Skip to content

Commit

Permalink
chore(comment): cli index FIXME comment about ugly big red box
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored and ahaywood committed Mar 4, 2024
1 parent ce0edc5 commit bc180ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ async function main() {
recordTelemetryAttributes({ command: '--help' })
}

// FIXME: There's currently a BIG RED BOX on exiting feServer
// Is yargs or the RW cli not passing SigInt on to the child process?
try {
// Run the command via yargs
await runYargs()
Expand Down

0 comments on commit bc180ff

Please sign in to comment.