1
Fork 0

Add comments

This commit is contained in:
Korbs 2023-07-10 08:14:44 -04:00
parent e828ee7d93
commit 39b729862e
No known key found for this signature in database

View file

@ -5,8 +5,8 @@ module.exports = {
Reporter: function() {
// Crash Reporter
crashReporter.start({
productName: process.env.Name,
submitURL: process.env.CrashReportServer,
productName: process.env.Name, // Edit this in .env
submitURL: process.env.CrashReportServer, // Edit this in .env
})
const javaScriptErrorHandler = async (error) => {