Skip to content

Commit

Permalink
Remove stdio instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardo-godaddy committed Oct 19, 2021
1 parent 7d904e0 commit 410b79e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ exports.curl = function curl (url, params = '') {
return execSync(
`curl -L --silent ${params} "${url}"`,
{
stdio: 'ignore',
encoding: 'utf8',
maxBuffer: 50 * 1024 * 1024
}
Expand Down

0 comments on commit 410b79e

Please sign in to comment.