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

Function logError

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

Source from the content-addressed store, hash-verified

465 if (typeof Promise !== 'undefined' && isNative(Promise)) {
466 var p = Promise.resolve();
467 var logError = function (err) { console.error(err); };
468 timerFunc = function () {
469 p.then(nextTickHandler).catch(logError);
470 // 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