mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #5252 from jtbandes/patch-1
Fix ReferenceError in publish.js
This commit is contained in:
+1
-2
@@ -114,8 +114,7 @@ function checkAndPublishPackage(packageDir, repoCommit, peerDependencies) {
|
||||
stdio: 'inherit'
|
||||
});
|
||||
if (result.status) {
|
||||
error(`Spawn exited with code ${result.status}`);
|
||||
process.exit(result.status);
|
||||
throw new Error(`Spawn exited with code ${result.status}`);
|
||||
}
|
||||
|
||||
return { isStableRelease, nextVersion };
|
||||
|
||||
Reference in New Issue
Block a user