Skip to content

Commit 9ad4aa6

Browse files
ripkensdbashford
authored andcommitted
Update util.js (#172)
Wrong variable name used
1 parent 01f8b7b commit 9ad4aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function runExecIntoFile( label, filePath, options, execOptions, genCommand, cb
135135
if ( error3 ) {
136136
error3 = new Error( 'Error, ' + label +
137137
' , cleaning up temp file [[ ' + fileTempOutPath +
138-
' ]], error: ' + error.message );
138+
' ]], error: ' + error3.message );
139139
cb( error3, null );
140140
} else {
141141
cb( null, text.toString() );

0 commit comments

Comments
 (0)