asarfuckery/electronasar/canary/browser/api/crash-reporter.js
2019-08-13 20:47:11 +02:00

10 lines
No EOL
381 B
JavaScript

'use strict';
const CrashReporter = require('@electron/internal/common/crash-reporter');
const { crashReporterInit } = require('@electron/internal/browser/crash-reporter-init');
class CrashReporterMain extends CrashReporter {
init(options) {
return crashReporterInit(options);
}
}
module.exports = new CrashReporterMain();
//# sourceMappingURL=crash-reporter.js.map