| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dce8d29 commit b884ea7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,10 +261,10 @@ class NodeInspector { | |||
| 261 | 261 | ||
| 262 | 262 | print(text, appendNewline = false) { | |
| 263 | 263 | this.clearLine(); | |
| 264 | - this.stdout.write(appendNewline ? `${text}\n` : text); | ||
| 264 | + this.stdout.write(appendNewline ? `${text}\n` : text); | ||
| 265 | 265 | } | |
| 266 | 266 | ||
| 267 | - #stdioBuffers = {stdout: '', stderr: ''}; | ||
| 267 | + #stdioBuffers = { stdout: '', stderr: '' }; | ||
| 268 | 268 | childPrint(text, which) { | |
| 269 | 269 | const lines = (this.#stdioBuffers[which] + text) | |
| 270 | 270 | .split(/\r\n|\r|\n/g); | |
@@ -283,7 +283,7 @@ class NodeInspector { | |||
| 283 | 283 | this.repl.displayPrompt(true); | |
| 284 | 284 | } | |
| 285 | 285 | } | |
| 286 | - | ||
| 286 | + | ||
| 287 | 287 | if (textToPrint.endsWith('Waiting for the debugger to disconnect...\n')) { | |
| 288 | 288 | this.killChild(); | |
| 289 | 289 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments