bloodymary/app/crashReporterSetup.js

5 lines
227 B
JavaScript
Raw Normal View History

2020-12-03 21:58:16 +00:00
"use strict";
const bootstrapCrashReporterSetup = require('./bootstrapModules').crashReporterSetup;
module.exports = bootstrapCrashReporterSetup != null ? bootstrapCrashReporterSetup : require('../common/crashReporterSetup');