storybook 9.0.12 → 9.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9870,7 +9870,7 @@ n(to, "invariant");
9870
9870
  var bt = require("storybook/internal/common"), OE = require("storybook/internal/node-logger"), Ht = require("storybook/internal/telemetry"),
9871
9871
  Mm = L(Nm(), 1);
9872
9872
  var DE = /* @__PURE__ */ n(async () => {
9873
- if (process.env.CI)
9873
+ if (process.env.CI || !process.stdout.isTTY)
9874
9874
  return;
9875
9875
  let { enableCrashReports: t } = await (0, Mm.default)({
9876
9876
  type: "confirm",
@@ -9934,7 +9934,7 @@ import { HandledError as dD, cache as Yo, loadAllPresets as QE } from "storybook
9934
9934
  import { logger as mD } from "storybook/internal/node-logger";
9935
9935
  import { getPrecedingUpgrade as ZE, oneWayHash as JE, telemetry as eP } from "storybook/internal/telemetry";
9936
9936
  var tP = /* @__PURE__ */ n(async () => {
9937
- if (process.env.CI)
9937
+ if (process.env.CI || !process.stdout.isTTY)
9938
9938
  return;
9939
9939
  let { enableCrashReports: t } = await (0, pm.default)({
9940
9940
  type: "confirm",