MCPcopy Create free account
hub / github.com/TruthHun/BookStack / logError

Function logError

static/vuejs/vue.common.js:469–469  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

467 if (typeof Promise !== 'undefined' && isNative(Promise)) {
468 var p = Promise.resolve();
469 var logError = function (err) { console.error(err); };
470 timerFunc = function () {
471 p.then(nextTickHandler).catch(logError);
472 // in problematic UIWebViews, Promise.then doesn't completely break, but

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected