From d455b13dce943f5fb59d11766ec2062c1675f49b Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 15 Sep 2021 20:35:35 -0400 Subject: [PATCH] Better log --- utils/GunSmith/GunSmith.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/GunSmith/GunSmith.js b/utils/GunSmith/GunSmith.js index 1b03b4d5..137d3d64 100644 --- a/utils/GunSmith/GunSmith.js +++ b/utils/GunSmith/GunSmith.js @@ -238,7 +238,10 @@ const isReady = () => } }) +let procID = 0 + const forge = () => { + logger.info(`Forging Gun # ${++procID}`) if (isForging) { throw new Error('Double forge?') }