diff --git a/src/shell.ts b/src/shell.ts index 0169612..1578d11 100644 --- a/src/shell.ts +++ b/src/shell.ts @@ -59,7 +59,7 @@ function processExecOutput(output: string | any): ["ok" | "error", CommandOutput function getState(session: string, id: string): State { let state = sessions.get(session) if (!state) { - state = { session, project: "test" } + state = { session, project: "" } sessions.set(session, state) } state.id = id