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

Various RN changes

This commit is contained in:
Laurent Cozic
2017-07-13 00:01:15 +01:00
parent d92f1c7eba
commit bde42a80b6
7 changed files with 64 additions and 20 deletions

View File

@ -168,7 +168,7 @@ class OneDriveApi {
}
} catch (error) {
// TEMPORARY: To try to find where uncaught error comes from
let error = new Error('OneDrive API caught: ' + error.message);
let error = new Error('OneDrive API caught: ' + JSON.stringify(error));
throw error;
}