We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117b675 commit 29cbef5Copy full SHA for 29cbef5
src/utils/cli.ts
@@ -186,7 +186,6 @@ export function createCliStatusTracker(
186
? "ok"
187
: "setup_required",
188
);
189
- // cliPath.setValue(newCli?.cliPath);
190
cliPath.setValue(newCli?.upToDate ? newCli?.cliPath : undefined);
191
outdated.setValue(
192
newCli?.upToDate !== undefined ? !newCli.upToDate : undefined,
0 commit comments