asarfuckery/electronasar/development/browser/ipc-main-internal.js

8 lines
326 B
JavaScript
Raw Normal View History

2019-07-26 19:05:02 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const events_1 = require("events");
const emitter = new events_1.EventEmitter();
2019-01-17 18:22:05 +00:00
// Do not throw exception when channel name is "error".
2019-07-26 19:05:02 +00:00
emitter.on('error', () => { });
exports.ipcMainInternal = emitter;
//# sourceMappingURL=ipc-main-internal.js.map