UNPKG

builder-util-runtime

Version:

HTTP utilities. Used by [electron-builder](https://github.com/electron-userland/electron-builder).

9 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newError = newError; function newError(message, code) { const error = new Error(message); error.code = code; return error; } //# sourceMappingURL=error.js.map