mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-10 19:58:00 +01:00
add interactive flag
This commit is contained in:
parent
4a853ffa02
commit
88e99fca62
@ -577,7 +577,7 @@ class Model {
|
||||
let lineMsg : LineCmdUpdateType = update;
|
||||
this.addLineCmd(lineMsg.line, lineMsg.cmd, interactive);
|
||||
}
|
||||
console.log("run-update>", update);
|
||||
console.log("run-update>", interactive, update);
|
||||
}
|
||||
|
||||
removeSession(sessionId : string) {
|
||||
|
Loading…
Reference in New Issue
Block a user