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

Function makeSelfResolutionError

static/word2md/mammoth.browser.js:6721–6723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6719"use strict";
6720module.exports = function() {
6721var makeSelfResolutionError = function () {
6722 return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a");
6723};
6724var reflectHandler = function() {
6725 return new Promise.PromiseInspection(this._target());
6726};

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected