You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Various RN changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user