chore: lintfix
This commit is contained in:
parent
bdb158918a
commit
0a0022ead2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ async function prepareWorkspace(): Promise<string> {
|
|||
|
||||
async function cleanUpWorkspace(paths: string[]): Promise<void> {
|
||||
await Promise.all(
|
||||
paths.map(async path => fs.rmdir(path, { recursive: true })),
|
||||
paths.map(async (path) => fs.rmdir(path, { recursive: true })),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue