Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 7dae1f9 commit b090c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/result.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { execCommand, streamCommand } from '../exec.js'
// - `replace`: overwrite file's content
export const setResult = function({ file, input, opts, resultOpt }) {
// Returning `undefined` or invalid command skips it silently.
// `file.execa` array will be pushed with `undefined`.
if (!isValidInput({ input })) {
return
}
Expand Down

0 comments on commit b090c1f

Please sign in to comment.