Skip to content

Commit 81adade

Browse files
author
Aaron O'Mullan
committed
Remove the now useless exitCMD from cb.run.project
1 parent 64fdfb8 commit 81adade

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/cb.run.project/project.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ ProjectRunner.prototype.runScript = function(projectType, port) {
4242
// Id of our shell
4343
var shellId = this.shellId(projectType, port);
4444

45-
// Command to run after the script itself
46-
// this keeps the shell open
47-
var exitCMD = "read -p $'####\\n# Press \\e[00;31mENTER\\e[00m to close this shell ...\\n####\\n'";
48-
4945
// Spawn the new shell
5046
var shell = this.shells.createShellCommand(
5147
shellId, [

0 commit comments

Comments
 (0)