Skip to content

Commit

Permalink
remove some stale todos
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Jul 3, 2023
1 parent f9235ef commit 1db08dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsbits/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,8 @@ function h$process_commandToProcess(cmd, args) {
h$setErrno('ENOENT');
return null;
}
// XXX need to escape stuff
return [com, " /c " + cmd];
} else {
// XXX need to escape stuff
var r = [cmd];
r = r.concat(args);
return r;
Expand Down

0 comments on commit 1db08dc

Please sign in to comment.