This commit is contained in:
HaveAGitGat 2021-12-11 19:57:45 +00:00
parent 653ba069dc
commit 1cf6e0f193
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,6 @@ for (let i = 0; i < files.length; i += 1) {
&& !read.includes(asyncText)
) {
console.log(`Plugin error: './Community/${files[i]}' does not contain ${syncText} or ${asyncText}`);
console.log(`Plugin 'plugin' syntax is wrong './Community/${files[i]}'`);
process.exit(1);
}