mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
I considered using a nonzero process.exit code, but I didn't want to run
any risk of reusing a meaningful code, and the accepted range of codes
unfortunately does not include parseInt("reload", 36), or 1657112629.
Should fix #10934.
meteor shell
This code used to be integrated into the Meteor command-line tool, which made it difficult to release frequent updates.