fix: typo in crash reporter constructor (#22274)
This commit is contained in:
parent
686f53c9da
commit
e965703e62
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
const binding = process.electronBinding('crash_reporter')
|
const binding = process.electronBinding('crash_reporter')
|
||||||
|
|
||||||
class CrashReporter {
|
class CrashReporter {
|
||||||
contructor () {
|
constructor () {
|
||||||
this.productName = null
|
this.productName = null
|
||||||
this.crashesDirectory = null
|
this.crashesDirectory = null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue