no
This commit is contained in:
parent
c397cda8af
commit
56007e1d1c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user