Skip to content

Commit 4135d2f

Browse files
authored
Merge pull request #304 from HRanjan-11/CYP-884
exit in case of tunnel also
2 parents 1bcf5ab + 2112b3c commit 4135d2f

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)