Better log

This commit is contained in:
Daniel Lugo 2021-09-15 20:35:35 -04:00
parent 00affe6e15
commit d455b13dce

View file

@ -238,7 +238,10 @@ const isReady = () =>
}
})
let procID = 0
const forge = () => {
logger.info(`Forging Gun # ${++procID}`)
if (isForging) {
throw new Error('Double forge?')
}