Browse Source

fix: typo in crash reporter constructor (#22344)

Co-authored-by: Syed Umair <[email protected]>
trop[bot] 5 years ago
parent
commit
37baff1e31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/common/crash-reporter.js

+ 1 - 1
lib/common/crash-reporter.js

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