sanity 3.77.3-server-side-schemas.20 → 3.77.3-server-side-schemas.21

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.
@@ -215,7 +215,7 @@ const FEATURE_ENABLED_ENV_NAME = "SANITY_CLI_SCHEMA_STORE_ENABLED", SCHEMA_STORE
215
215
  try {
216
216
  return readAndParseManifest(manifestPath, context);
217
217
  } catch {
218
- context.output.error(`Manifest not found, attempting to extract it...${manifestPath}`), await extractManifestSafe({
218
+ await extractManifestSafe({
219
219
  extOptions: {
220
220
  path: readPath
221
221
  },