fix
This commit is contained in:
parent
4da8a2213d
commit
dd8ba60abf
1 changed files with 1 additions and 1 deletions
2
src/js.c
2
src/js.c
|
|
@ -96,7 +96,7 @@ int js_run(const char* file, void (*call)(const char*)) {
|
|||
char js[1024];
|
||||
|
||||
if((f = fopen(file, "rb")) == NULL) {
|
||||
printf("No PMake script (pmake.js) found!\n");
|
||||
printf("No PMake script (%s) found!\n", file);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue