OpenAsar/core/src/app/bootstrapModules/crashReporterSetup.js

10 lines
400 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crashReporterSetup = void 0;
var _bootstrapModules = require("./bootstrapModules");
// Note: bootstrapCrashReporterSetup will not be set in the overlay.
const crashReporterSetup = _bootstrapModules.crashReporterSetup ?? require('../../common/crashReporterSetup');
exports.crashReporterSetup = crashReporterSetup;