Shell throws an exception when a key is pressed during Meteor's rebuild #7312
Labels
confirmed
We want to fix or implement it
Impact:some
Project:Tool:Shell
Severity:has-workaround
Type:Bug
Milestone
I've been seeing this for a while and finally decided to report. This is probably applicable to any Meteor 1.3.*
The following exception frequently occurs when Meteor shell is interacted while Meteor is rebuilding itself:
I'm experiencing this when running both the shell and meteor itself in a single terminal tab, but I guess the exception will still trigger regardless of this.
Steps to reproduce
meteor run & meteor shell; lsof -P | grep ':3000' | awk '{print $2}' | xargs kill -9
– this will start Meteor in the background and will then open the shell in the foreground. This lets you see the console output without switching between the tabs. When the shell is closed with^C
, meteor server is also killed.up
trying to bring up previous shell commands because I think that Meteor has already stopped building, but it has not).Every time the exception occurs I have to restart the server because the shell quits and therefore Meteor's background process gets killed.
Any thoughts?
The text was updated successfully, but these errors were encountered: