Skip to content

Commit e3d7d62

Browse files
committed
fix lint
1 parent 88f85af commit e3d7d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs')
22
const path = require('path')
33
const childProcess = require('child_process')
44

5-
function spawnSync(...args) {
5+
function spawnSync (...args) {
66
const result = childProcess.spawnSync(...args)
77
if (result.status !== 0) {
88
process.exit(result.status)

0 commit comments

Comments
 (0)