We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75aa3a2 + bded5e9 commit 00c6c8eCopy full SHA for 00c6c8e
1 file changed
packages/office-addin-node-debugger/src/debugger.ts
@@ -61,7 +61,7 @@ export function run(host: string = "localhost", port: string = "8081",
61
// Special message that asks for a new JS runtime
62
if (object.method === 'prepareJSRuntime') {
63
shutdownJSRuntime();
64
- console.clear();
+ //console.clear();
65
66
createJSRuntime();
67
ws.send(JSON.stringify({ replyID: object.id }));
0 commit comments