mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
fix: syntax
This commit is contained in:
parent
a46176c56d
commit
10e9604649
1 changed files with 1 additions and 1 deletions
|
@ -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}`);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue