Skip to content

Commit acda30f

Browse files
committed
fix merge issue
1 parent 6fa5cc1 commit acda30f

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/scripts/sync-docs

1 file changed

+1
-1
lines changed

apps/svelte.dev/scripts/sync-docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function sync(pkg: Package) {
151151
}
152152

153153
for (const file of glob(`${dest}/**/*.md`)) {
154-
const content = await preprocess(fs.readFileSync(file, 'utf-8'), modules);
154+
const content = await preprocess(file, modules);
155155

156156
fs.writeFileSync(file, content);
157157
}

0 commit comments

Comments
 (0)