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

Handle strange OneDrive sync error

This commit is contained in:
Laurent Cozic
2017-10-26 22:57:49 +01:00
parent bd8926958f
commit 2900603a8a
7 changed files with 106 additions and 22 deletions

View File

@@ -233,6 +233,7 @@ class OneDriveApi {
return;
} else {
error.request = method + ' ' + url + ' ' + JSON.stringify(query) + ' ' + JSON.stringify(data) + ' ' + JSON.stringify(options);
error.headers = await response.headers;
throw error;
}
}