Skip to content

Commit 3144abe

Browse files
committed
do not set tunnel to undefined in exitHandler
1 parent 9ee430c commit 3144abe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default class RunProject {
5555
process.exit();
5656
})
5757
.catch(log.error);
58-
this.tunnel = undefined;
5958
} catch (err) {
6059
log.error(chalk.white.bgRed.bold(err));
6160
process.exit();

0 commit comments

Comments
 (0)