UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.

15 lines (14 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "errorSummary", { enumerable: true, get: function() { return errorSummary; } }); function errorSummary(e) { return e.message ? `${e.message}\n ${e.stack}` : `'${e}'`; } //# sourceMappingURL=error.utils.js.map