1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 05:34:14 +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;
return this.ext, withTempFiles(function (stdin, stdout, cmd) {
return this.withTempFiles(function (stdin, stdout, cmd) {
if (input instanceof File)
stdin = input;
else if (input)