Update intigrityCheck.js

This commit is contained in:
ShreshthTiwari
2024-03-18 21:47:34 +07:00
committed by Hirzi
parent 6d637038cd
commit cba609f038
+1 -1
View File
@@ -87,7 +87,7 @@ module.exports = () => {
Number(package.version.split(".")[1])
) {
console.log(
`Unsupported "${package.name}" version!.\nPlease delete your "node_modules" and "package-lock.json".\nAnd restart the bot.`
`Unsupported "${package.name}" version!.\nPlease delete your "node_modules" and "package-lock.json".\nAnd restart the bot.\nPlease make sure to check and remove "npm install" command from your startup params.`
);
process.exit();