mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-15 20:12:06 +00:00
s/e.trace/e.stack
This commit is contained in:
parent
69772bf2ec
commit
989a737ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ var Getters = {
|
||||||
cb(null, media);
|
cb(null, media);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
cb("Unknown error");
|
cb("Unknown error");
|
||||||
Logger.errlog.log("Unknown error for Google+ ID " + id + ": " + e.trace);
|
Logger.errlog.log("Unknown error for Google+ ID " + id + ": " + e.stack);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue