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

Function reject

static/vuejs/vue.runtime.common.js:3144–3149  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected