fix: typo in crash reporter constructor (#22274)

This commit is contained in:
Syed Umair 2020-02-21 22:02:45 +05:30 committed by GitHub
parent 686f53c9da
commit e965703e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }