We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4775049 commit 01ecfb5Copy full SHA for 01ecfb5
bin/modclean.js
@@ -53,7 +53,7 @@ class ModClean_CLI {
53
// Display CLI header
54
console.log(
55
chalk.yellow.bold('MODCLEAN ') +
56
- chalk.gray(' Version ' + pkg.version) + "\n"
+ chalk.gray(' Version ' + modclean.version) + "\n"
57
);
58
59
// Display "running in test mode" message
0 commit comments