mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[automated] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -368,7 +368,9 @@ function extractTestCounts(reportDir: string): TestCounts {
|
||||
const reportDir = process.argv[2]
|
||||
|
||||
if (!reportDir) {
|
||||
process.stderr.write('Usage: extract-playwright-counts.ts <report-directory>\n')
|
||||
process.stderr.write(
|
||||
'Usage: extract-playwright-counts.ts <report-directory>\n'
|
||||
)
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user