Skip to content

Commit 2112b3c

Browse files
committed
exit in case of tunnel also
1 parent 2800dbe commit 2112b3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/run.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ module.exports = function (args) {
117117
]
118118
) {
119119
process.exit(exit_code);
120+
} else {
121+
process.exit(0);
120122
}
121123
})
122124
.catch(function (error) {

0 commit comments

Comments
 (0)