Skip to content

Commit 0cd087c

Browse files
committed
add tilde for export name
1 parent d3705e3 commit 0cd087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/exports/vite/build/build_server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function build_server_nodes(out, kit, manifest_data, server_manifest, cli
115115
try {
116116
return (universal_cache ??= await import('../${universal_file}'))[prop];
117117
} catch (error) {
118-
console.error(\`${node.universal} was loaded because the value of the \${prop} export could not be statically analysed\`);
118+
console.error(\`${node.universal} was loaded because the value of the \\\`\${prop}\\\` export could not be statically analysed\`);
119119
throw error;
120120
}
121121
}

0 commit comments

Comments
 (0)