We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f85af commit e3d7d62Copy full SHA for e3d7d62
build.js
@@ -2,7 +2,7 @@ const fs = require('fs')
2
const path = require('path')
3
const childProcess = require('child_process')
4
5
-function spawnSync(...args) {
+function spawnSync (...args) {
6
const result = childProcess.spawnSync(...args)
7
if (result.status !== 0) {
8
process.exit(result.status)
0 commit comments