Skip to content

Commit 074b804

Browse files
chore: logging
1 parent b4e816f commit 074b804

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

patches/storybook+10.0.0-rc.1+001+initial.patch

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index 32cca5f..b3b977a 100644
1919
}
2020
}
2121
diff --git a/node_modules/storybook/dist/_node-chunks/chunk-ZCRAXS3E.js b/node_modules/storybook/dist/_node-chunks/chunk-ZCRAXS3E.js
22-
index c70e1d4..76d43be 100644
22+
index c70e1d4..850312b 100644
2323
--- a/node_modules/storybook/dist/_node-chunks/chunk-ZCRAXS3E.js
2424
+++ b/node_modules/storybook/dist/_node-chunks/chunk-ZCRAXS3E.js
2525
@@ -1125,12 +1125,14 @@ function packageImportsResolve(name, base, conditions) {
@@ -53,3 +53,11 @@ index c70e1d4..76d43be 100644
5353
if ("external" in parsedInput) {
5454
return parsedInput.external;
5555
}
56+
@@ -1369,6 +1373,7 @@ function resolveModulePath(id, options) {
57+
return void 0;
58+
}
59+
const absolutePath = fileURLToPath(resolved);
60+
+ console.log(isWindows, absolutePath, resolved);
61+
return isWindows ? _normalizeWinPath(absolutePath) : absolutePath;
62+
}
63+
__name(resolveModulePath, "resolveModulePath");

0 commit comments

Comments
 (0)