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

Function reject

static/vuejs/vue.common.js:3148–3153  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected