mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fix Linux build
This commit is contained in:
parent
c43d7a02a0
commit
66288f40b4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user