Add comments
This commit is contained in:
parent
e828ee7d93
commit
39b729862e
1 changed files with 2 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Reference in a new issue