mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Add setExtraParameter support on macOS
This commit is contained in:
@@ -117,6 +117,10 @@ class CrashReporter {
|
||||
throw new Error('setUploadToServer can only be called from the main process')
|
||||
}
|
||||
}
|
||||
|
||||
setExtraParameter (key, value) {
|
||||
binding.setExtraParameter(key, value)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = new CrashReporter()
|
||||
|
||||
Reference in New Issue
Block a user