1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 03:35:46 +01:00

Fix mangled commit.

This commit is contained in:
Kris Maglione
2011-10-06 03:57:38 -04:00
parent 4bc779fe7c
commit 0319712917

View File

@@ -501,7 +501,7 @@ var IO = Module("io", {
let { shellEscape } = util.closure; let { shellEscape } = util.closure;
return this.ext, withTempFiles(function (stdin, stdout, cmd) { return this.withTempFiles(function (stdin, stdout, cmd) {
if (input instanceof File) if (input instanceof File)
stdin = input; stdin = input;
else if (input) else if (input)