Skip to content

Commit e965703

Browse files
authored
fix: typo in crash reporter constructor (electron#22274)
1 parent 686f53c commit e965703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/crash-reporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const binding = process.electronBinding('crash_reporter')
44

55
class CrashReporter {
6-
contructor () {
6+
constructor () {
77
this.productName = null
88
this.crashesDirectory = null
99
}

0 commit comments

Comments
 (0)