We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3a43f commit e507091Copy full SHA for e507091
src/scripts/build/babel.js
@@ -97,4 +97,4 @@ async function go() {
97
return result.status
98
}
99
100
-process.exit(go())
+go().then(process.exit)
0 commit comments