Expose forging mechanics

This commit is contained in:
Daniel Lugo 2021-09-23 11:15:01 -04:00
parent 09d96efee7
commit d0d6fea204

View file

@ -762,3 +762,6 @@ module.exports.kill = () => {
logger.info('Killed gunsmith.') logger.info('Killed gunsmith.')
} }
} }
module.exports._reforge = forge
module.exports._isReady = isReady