fix: typo in crash reporter constructor (#22344)

Co-authored-by: Syed Umair <31096792+Syed-Umair@users.noreply.github.com>
This commit is contained in:
trop[bot]
2020-02-24 17:52:37 +09:00
committed by GitHub
parent dde19b0583
commit 37baff1e31

View File

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