Better log
This commit is contained in:
parent
00affe6e15
commit
d455b13dce
1 changed files with 3 additions and 0 deletions
|
|
@ -238,7 +238,10 @@ const isReady = () =>
|
|||
}
|
||||
})
|
||||
|
||||
let procID = 0
|
||||
|
||||
const forge = () => {
|
||||
logger.info(`Forging Gun # ${++procID}`)
|
||||
if (isForging) {
|
||||
throw new Error('Double forge?')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue