OpenAsar/src/crashReporterSetup.js

5 lines
118 B
JavaScript
Raw Normal View History

2021-12-09 16:25:14 +00:00
// Much crash reporting, such wow
exports.init = () => {};
exports.isInitialized = () => true;
exports.metadata = {};