@bulletproof-sh/ctrl-daemon 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4360,6 +4360,7 @@ var LOGO_LINES = [
|
|
|
4360
4360
|
" \u255A\u2550\u2550\u2550\u2550\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D"
|
|
4361
4361
|
];
|
|
4362
4362
|
function printBanner() {
|
|
4363
|
+
process.stdout.write("\x1B]0;ctrl-daemon\x07");
|
|
4363
4364
|
process.stdout.write(`
|
|
4364
4365
|
`);
|
|
4365
4366
|
for (const line of LOGO_LINES) {
|