Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 10, 2019
1 parent 5694a41 commit fe8e0ee
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 @@ -17,6 +17,7 @@ import { printEcho } from './echo.js'
export const exec = function(input, opts) {
validateInput({ input })
const optsB = parseOpts({ opts, defaultOpts })

return execCommand(input, optsB)
}

Expand Down

0 comments on commit fe8e0ee

Please sign in to comment.