Skip to content

Commit 90d5f63

Browse files
committed
fix
1 parent 99cfeeb commit 90d5f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/scripts/get_svelte_template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ try {
6565

6666
// add CSS styles from playground to the project
6767
const html = readFileSync(
68-
join(output_dir, '../../../../packages/repl/src/lib/Output/srcdoc/index.html'),
68+
path.join(output_dir, '../../../../packages/repl/src/lib/Output/srcdoc/index.html'),
6969
{ encoding: 'utf-8' }
7070
);
7171
const css = html

0 commit comments

Comments
 (0)