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

8 lines
326 B
JavaScript
Raw Normal View History

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