mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix linting
This commit is contained in:
committed by
Kevin Sawicki
parent
285a36f9de
commit
4b61a4d3de
@@ -102,7 +102,7 @@ class CrashReporter {
|
||||
return this.tempDirectory
|
||||
}
|
||||
|
||||
getShouldUpload() {
|
||||
getShouldUpload () {
|
||||
if (process.type === 'browser') {
|
||||
return binding._getShouldUpload()
|
||||
} else {
|
||||
@@ -110,7 +110,7 @@ class CrashReporter {
|
||||
}
|
||||
}
|
||||
|
||||
setShouldUpload(shouldUpload) {
|
||||
setShouldUpload (shouldUpload) {
|
||||
if (process.type === 'browser') {
|
||||
return binding._setShouldUpload(shouldUpload)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user