From 88e99fca6204a4ca7b5f957516ef6fbda4fc01fc Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 15 Jul 2022 17:52:57 -0700 Subject: [PATCH] add interactive flag --- src/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.ts b/src/model.ts index 88301078..6b208f27 100644 --- a/src/model.ts +++ b/src/model.ts @@ -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) {