main.js 324 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. /**
  4. * Child process wrapper for sandboxing.
  5. *
  6. */
  7. const utils_1 = require("../utils");
  8. const main_base_1 = require("./main-base");
  9. (0, main_base_1.default)((msg) => (0, utils_1.childSend)(process, msg), process);
  10. //# sourceMappingURL=main.js.map