Skip to content

Commit bc9058f

Browse files
try
1 parent 1c74a0d commit bc9058f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ export async function resolveViteSpecifier(
189189
) {
190190
console.log(
191191
"keep",
192-
JSON.stringify(id),
193192
root,
193+
resolved.id,
194194
path.relative(root, resolved.id),
195195
resolved,
196196
);

0 commit comments

Comments
 (0)