Add spec for updated extra parameters

This commit is contained in:
Kevin Sawicki 2017-02-13 10:46:19 -08:00
parent a4bbad03c2
commit b51adf8ae5
3 changed files with 69 additions and 1 deletions

View file

@ -75,7 +75,7 @@ class CrashReporter {
}
getUploadedReports () {
return binding._getUploadedReports(this.getCrashesDirectory())
return binding.getUploadedReports(this.getCrashesDirectory())
}
getCrashesDirectory () {