From bc180ffc1476706fd5775b41f6b2ff60ba597310 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Mon, 4 Mar 2024 11:53:47 +0100 Subject: [PATCH] chore(comment): cli index FIXME comment about ugly big red box --- packages/cli/src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/cli/src/index.js b/packages/cli/src/index.js index cc3dfd34dc31..81d344fbb6d8 100644 --- a/packages/cli/src/index.js +++ b/packages/cli/src/index.js @@ -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()