This commit is contained in:
Nishi 2026-05-12 08:47:13 +09:00
commit dd8ba60abf

View file

@ -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;
}