Closed
Description
This means it is stuck waiting for a promise or something similar.
I just had this happen:
...
🤖 ```bash
🤖 cd mycoder-docs
🤖 yarn
🤖 yarn start
🤖 ```
🤖
🤖 This will launch the development server at http://localhost:3000/
📊 Performance Profile Results
=======================
Label Time Duration
Module initialization 0.01ms 0.01ms
After imports 0.01ms 0.00ms
Before sourceMapSupport install 0.01ms 0.00ms
After sourceMapSupport install 0.06ms 0.05ms
Main function start 0.09ms 0.03ms
After dotenv config 0.20ms 0.11ms
After Sentry init 27.53ms 27.33ms
Before package.json load 27.53ms 0.00ms
After package.json load 27.84ms 0.31ms
Before yargs setup 27.84ms 0.00ms
After yargs setup 1233053.39ms1233025.55ms
Total startup time: 1233053.39ms
=======================
^C% <--- here I hit control-C to kill it.