Getting rid of linting errors
This commit is contained in:
parent
f1cd1c6dff
commit
2814e04e7d
2 changed files with 8 additions and 8 deletions
|
@ -21,9 +21,9 @@ exports.load = (appUrl) => {
|
|||
options.icon = path.join(__dirname, 'icon.png')
|
||||
}
|
||||
crashReporter.start({
|
||||
submitURL: "http://localhost:8080/uploadDump/mainDump",
|
||||
companyName: "Main Company",
|
||||
productName: "Main Product"
|
||||
submitURL: 'http://localhost:8080/uploadDump/mainDump',
|
||||
companyName: 'Main Company',
|
||||
productName: 'Main Product'
|
||||
})
|
||||
|
||||
mainWindow = new BrowserWindow(options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue