fix: typo in crash reporter constructor (#22322)

This commit is contained in:
trop[bot]
2020-02-21 09:50:32 -08:00
committed by GitHub
parent 6e84ebee8e
commit 1f3c3eee83

View File

@@ -3,7 +3,7 @@
const binding = process.electronBinding('crash_reporter')
class CrashReporter {
contructor () {
constructor () {
this.productName = null
this.crashesDirectory = null
}