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

Function reject

static/vuejs/vue.runtime.esm.js:3142–3147  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

3140 };
3141
3142 var reject = function (reason) {
3143 process.env.NODE_ENV !== 'production' && warn(
3144 "Failed to resolve async component: " + (String(factory)) +
3145 (reason ? ("\nReason: " + reason) : '')
3146 );
3147 };
3148
3149 var res = factory(resolve, reject);
3150

Callers

nothing calls this directly

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected