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