1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Clean up packages

This commit is contained in:
Laurent Cozic
2017-08-04 19:18:19 +02:00
parent 97093feebf
commit 024be942a9
3 changed files with 62 additions and 181 deletions

View File

@ -168,10 +168,8 @@ class FileApiDriverLocal {
resolve();
return;
}
const mkdirp = require('mkdirp');
mkdirp(path, (error) => {
fs.mkdirp(path, (error) => {
if (error) {
reject(this.fsErrorToJsError_(error));
} else {