Skip to content

Commit 8a0ff63

Browse files
committed
update parameter name
1 parent ec1172f commit 8a0ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/tests/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function compile_directory(
7070

7171
fs.rmSync(output_dir, { recursive: true, force: true });
7272

73-
for (let file of globSync('**', { cwd, filesOnly: true })) {
73+
for (let file of globSync('**', { cwd, onlyFiles: true })) {
7474
if (file.startsWith('_')) continue;
7575

7676
let text = fs.readFileSync(`${cwd}/${file}`, 'utf-8').replace(/\r\n/g, '\n');

0 commit comments

Comments
 (0)