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