You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
fetchblob
This commit is contained in:
@ -62,7 +62,8 @@ class FileApi {
|
||||
});
|
||||
}
|
||||
|
||||
get(path, options = {}) {
|
||||
get(path, options = null) {
|
||||
if (!options) options = {};
|
||||
if (!options.encoding) options.encoding = 'utf8';
|
||||
this.logger().debug('get ' + this.fullPath_(path));
|
||||
return this.driver_.get(this.fullPath_(path), options);
|
||||
|
Reference in New Issue
Block a user