You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-21 23:17:42 +02:00
Made fs functions work again in cli
This commit is contained in:
9
ReactNativeClient/lib/fs-driver-dummy.js
Normal file
9
ReactNativeClient/lib/fs-driver-dummy.js
Normal file
@ -0,0 +1,9 @@
|
||||
class FsDriverDummy {
|
||||
|
||||
appendFileSync(path, string) {}
|
||||
writeBinaryFile(path, content) {}
|
||||
readFile(path) {}
|
||||
|
||||
}
|
||||
|
||||
export { FsDriverDummy }
|
Reference in New Issue
Block a user