1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Change folder from RN

This commit is contained in:
Laurent Cozic
2017-07-16 17:06:05 +01:00
parent 24f61177d1
commit c2ba2105ff
17 changed files with 139 additions and 64 deletions

View File

@@ -10,7 +10,7 @@ class FileApiDriverLocal {
}
syncTargetName() {
return 'file';
return 'filesystem';
}
fsErrorToJsError_(error) {