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

8 lines
326 B
JavaScript
Raw Normal View History

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