You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
* Speed up Linux Sync with KeepAlive Client * Tidying up * eslint * Fix Breaking of building mobile client * Refactor to make building on android possible * Coding Convention * Update shim-init-node.js Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@@ -190,6 +190,9 @@ shim.Buffer = null;
|
||||
shim.openUrl = () => {
|
||||
throw new Error('Not implemented');
|
||||
};
|
||||
shim.httpAgent = () => {
|
||||
throw new Error('Not implemented');
|
||||
};
|
||||
shim.openOrCreateFile = () => {
|
||||
throw new Error('Not implemented');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user