Skip to content

Commit

Permalink
Fix Azure Pipelines (#10896)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
Timer and ijjk committed Mar 9, 2020
1 parent 1a47dbe commit fd3256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api-support/pages/api/child-process.js
@@ -1,7 +1,7 @@
import { execSync } from 'child_process'

export default (req, res) => {
const output = execSync('echo "hi"')
const output = execSync('echo hi')
.toString()
.trim()
res.end(output)
Expand Down

0 comments on commit fd3256f

Please sign in to comment.