Lightcord/modules/discord_desktop_core/core/app/crashReporterSetup.js

5 lines
227 B
JavaScript
Raw Normal View History

2020-12-12 11:56:28 +01:00
"use strict";
const bootstrapCrashReporterSetup = require('./bootstrapModules').crashReporterSetup;
module.exports = bootstrapCrashReporterSetup != null ? bootstrapCrashReporterSetup : require('../common/crashReporterSetup');