Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Commit f75c3b3

Browse files
authored
fix small mistake (#14)
fix small mistake
2 parents 813e5a8 + c994bd6 commit f75c3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function checkFileExist(path, exit) {
3939
return (true);
4040
else
4141
if (exit) {
42-
console.error("The file " + file + " doesn't exist, can't continue. Please check the documentation for further details.");
42+
console.error("The file " + path + " doesn't exist, can't continue. Please check the documentation for further details.");
4343
process.exit(1);
4444
}
4545
else

0 commit comments

Comments
 (0)