Skip to content

Commit 00c6c8e

Browse files
authored
Merge pull request #12 from akrantz/node-debugger-console
office-addin-node-debugger: console logging
2 parents 75aa3a2 + bded5e9 commit 00c6c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/office-addin-node-debugger/src/debugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function run(host: string = "localhost", port: string = "8081",
6161
// Special message that asks for a new JS runtime
6262
if (object.method === 'prepareJSRuntime') {
6363
shutdownJSRuntime();
64-
console.clear();
64+
//console.clear();
6565

6666
createJSRuntime();
6767
ws.send(JSON.stringify({ replyID: object.id }));

0 commit comments

Comments
 (0)