Skip to content

Commit b660e3e

Browse files
authored
Thanks Rel
1 parent 954d2dc commit b660e3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
console.log('🐾 Starting...')
1+
console.log('Starting...🐾')
22

33
import yargs from 'yargs'
44
import cfonts from 'cfonts'
@@ -32,7 +32,7 @@ function start(file) {
3232
setupMaster({ exec: args[0], args: args.slice(1) })
3333
let p = fork()
3434
p.on('message', data => {
35-
console.log('[RECEIVED]', data)
35+
console.log('[RECEIVED]', data)
3636
switch (data) {
3737
case 'reset':
3838
p.process.kill()
@@ -46,7 +46,7 @@ function start(file) {
4646
})
4747
p.on('exit', (_, code) => {
4848
isRunning = false
49-
console.error('[❗]Exited with code:', code)
49+
console.error('Exited with code:', code)
5050
if (code !== 0) return start(file)
5151
watchFile(args[0], () => {
5252
unwatchFile(args[0])

0 commit comments

Comments
 (0)