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 b7a2799 commit 2a81f4dCopy full SHA for 2a81f4d
extensions/cli/src/index.ts
@@ -20,8 +20,8 @@ import { configureConsoleForHeadless, safeStderr } from "./init.js";
20
import { sentryService } from "./sentry.js";
21
import { addCommonOptions, mergeParentOptions } from "./shared-options.js";
22
import { posthogService } from "./telemetry/posthogService.js";
23
-import { gracefulExit } from "./util/exit.js";
24
import { post } from "./util/apiClient.js";
+import { gracefulExit } from "./util/exit.js";
25
import { logger } from "./util/logger.js";
26
import { readStdinSync } from "./util/stdin.js";
27
import { getVersion } from "./version.js";
0 commit comments