You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-14 23:26:58 +02:00
VArious fixes
This commit is contained in:
@@ -252,7 +252,7 @@ class OneDriveApi {
|
||||
if (!response.ok) {
|
||||
this.setAuth(null);
|
||||
let msg = await response.text();
|
||||
throw new Error(msg);
|
||||
throw new Error(msg + ': TOKEN: ' + this.auth_);
|
||||
}
|
||||
|
||||
let auth = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user