fix Linux build

This commit is contained in:
Gordon Williams 2024-12-02 16:41:46 +00:00
parent c43d7a02a0
commit 66288f40b4

View File

@ -510,7 +510,7 @@ bool jswrap_fs_mkfs() {
}
return jsfsInit();
#else
jsExceptionHere("fs.mkfs not implemented on Linux");
jsExceptionHere(JSET_ERROR, "fs.mkfs not implemented on Linux");
return false;
#endif