temp_path -> temp_dir

This commit is contained in:
Kevin Sawicki 2016-10-05 16:21:39 -07:00
parent 0380d3ae50
commit 883c4b63d0
7 changed files with 16 additions and 16 deletions

View file

@ -46,7 +46,7 @@ class CrashReporter {
const args = [
'--reporter-url=' + submitURL,
'--application-name=' + this.productName,
'--crashes-directory=' + bindings._getCrashesDirectory(this.productName, this.tempDirectory),
'--crashes-directory=' + binding._getCrashesDirectory(this.productName, this.tempDirectory),
'--v=1'
]
const env = {