| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -109,7 +109,10 @@ function reportGracefulTermination() { | |||
| 109 | 109 | return () => { | |
| 110 | 110 | clearTimeout(graceTimer); | |
| 111 | 111 | if (reported) { | |
| 112 | - process.stdout.write(`${clear}${green}Gracefully restarted ${kCommandStr}${white}\n`); | ||
| 112 | + if (!kPreserveOutput) { | ||
| 113 | + process.stdout.write(clear); | ||
| 114 | + } | ||
| 115 | + process.stdout.write(`${green}Gracefully restarted ${kCommandStr}${white}\n`); | ||
| 113 | 116 | } | |
| 114 | 117 | }; | |
| 115 | 118 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments