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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user