mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-15 22:17:13 +00:00
exit process in logErr
This commit is contained in:
parent
23dc60a0a8
commit
5ea75044c5
@ -27,6 +27,7 @@ log = (s, color = 'green') ->
|
||||
|
||||
logErr = (err, color = 'red') ->
|
||||
console.error chalk[color] err
|
||||
process.exit 1
|
||||
|
||||
|
||||
editSync = (path, pairs) ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user