@xarc/fastify-server
Version:
A configurable Fastify web server
17 lines (16 loc) • 666 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorCommon = void 0;
const tslib_1 = require("tslib");
const chalk_1 = tslib_1.__importDefault(require("chalk"));
const Pkg = require("../package.json"); // eslint-disable-line
const caught = chalk_1.default.cyan("caught");
exports.ErrorCommon = {
fileIssue: chalk_1.default.green(`
If you have followed this resolution step and you are still seeing an
error, please file an issue on the electrode-server repository
${Pkg.repository.url}
`),
errContext: `${Pkg.name} ${caught} an error while starting your server`
};
//# sourceMappingURL=error-common.js.map
;