Add spec for updated extra parameters
This commit is contained in:
parent
a4bbad03c2
commit
b51adf8ae5
3 changed files with 69 additions and 1 deletions
|
@ -75,7 +75,7 @@ class CrashReporter {
|
|||
}
|
||||
|
||||
getUploadedReports () {
|
||||
return binding._getUploadedReports(this.getCrashesDirectory())
|
||||
return binding.getUploadedReports(this.getCrashesDirectory())
|
||||
}
|
||||
|
||||
getCrashesDirectory () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue