Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin committed Nov 24, 2023
1 parent 917e732 commit 57ca723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bundle/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ try {
if (Program.main(...args) === false) {
throw `An unknown error has occured`;
}
Logger.info(`Script execution completed successfully in ${Math.round(0 - start)}ms`);
Logger.info(`Script execution completed successfully in ${Math.round(0)}ms`);
} catch (e) {
Logger.error(`An error has occured:\n- ${e}`);
process.exit(1);
Expand Down

0 comments on commit 57ca723

Please sign in to comment.