Skip to content

Commit abd1906

Browse files
authored
Merge pull request #184 from meastman/fix-path-detection
Fix path detection for partial failures
2 parents f325835 + f2577ef commit abd1906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ozwpaths.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function doScript(script, suppressException) {
2929
} catch(e) {
3030
//console.log('---> ' + e.toString());
3131
if (!suppressException) throw e;
32+
if (e.stdout) return e.stdout.toString();
3233
}
3334
}
3435

0 commit comments

Comments
 (0)