Skip to content

Commit

Permalink
Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent b1a15ee commit 10d4930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ export const execCommand = async function(input, opts) {
// Fire the command with `execa()` in stream mode
export const streamCommand = function(input, opts) {
printEcho({ input, opts })

return execa(input, opts)
}

0 comments on commit 10d4930

Please sign in to comment.