fix: syntax

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-06 22:30:36 +09:00 committed by GitHub
parent a46176c56d
commit 10e9604649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ fs.readFile(path.resolve(__dirname, '../storybook-static/preview-stats.json'))
}
}
for (const file of Array.from(modules)) {
process.stdout.write(`--only-story-files ${file}`);
process.stdout.write(` --only-story-files ${file}`);
}
})