temp_path -> temp_dir
This commit is contained in:
parent
0380d3ae50
commit
883c4b63d0
7 changed files with 16 additions and 16 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue