@pact-foundation/pact-core
Version:
Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.
23 lines (18 loc) • 858 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.pactCrashMessage = void 0;
const pactCrashMessage = (extraMessage) => `!!!!!!!!! PACT CRASHED !!!!!!!!!
${extraMessage}
This is almost certainly a bug in pact-js-core. It would be great if you could
open a bug report at: https://github.com/pact-foundation/pact-js-core/issues
so that we can fix it.
There is additional debugging information above. If you open a bug report,
please rerun with logLevel: 'debug' set in the VerifierOptions, and include the
full output.
SECURITY WARNING: Before including your log in the issue tracker, make sure you
have removed sensitive info such as login credentials and urls that you don't want
to share with the world.
We're sorry about this!
`;
exports.pactCrashMessage = pactCrashMessage;
//# sourceMappingURL=crashMessage.js.map
;