diff --git a/src/js.c b/src/js.c index 69eaf76..d938d31 100644 --- a/src/js.c +++ b/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; }