mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: typo in crash reporter constructor (#22322)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const binding = process.electronBinding('crash_reporter')
|
||||
|
||||
class CrashReporter {
|
||||
contructor () {
|
||||
constructor () {
|
||||
this.productName = null
|
||||
this.crashesDirectory = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user