Co-authored-by: Syed Umair <[email protected]>
@@ -3,7 +3,7 @@
const binding = process.electronBinding('crash_reporter')
class CrashReporter {
- contructor () {
+ constructor () {
this.productName = null
this.crashesDirectory = null
}