Skip to content

Commit

Permalink
๐Ÿงฟ ๐šƒ๐š‘๐šŽ ๐™ผ๐šข๐šœ๐š๐š’๐šŒ - ๐™ฑ๐š˜๐š ๐Ÿ”ฎ
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSobrino authored May 6, 2022
1 parent 4be57b6 commit de3c08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log('Iniciando...')
console.log('โœ… Iniciando...')

import { join, dirname } from 'path'
import { createRequire } from "module";
Expand Down Expand Up @@ -61,7 +61,7 @@ function start(file) {
})
p.on('exit', (_, code) => {
isRunning = false
console.error('Ocurrio un error inesperado:', code)
console.error('โŽ Ocurrio un error inesperado:', code)
if (code === 0) return
watchFile(args[0], () => {
unwatchFile(args[0])
Expand Down

0 comments on commit de3c08e

Please sign in to comment.