Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 799cfcb commit 7dae1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/result.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isValidInput } from '../input.js'
import { execCommand, streamCommand } from '../exec.js'

// Decides what to do with the child process result, either:
// Decides what to do with the child process result according to `opts.result`:
// - `save`: pushed to `file.execa`
// - `replace`: overwrite file's content
export const setResult = function({ file, input, opts, resultOpt }) {
Expand Down

0 comments on commit 7dae1f9

Please sign in to comment.