[ci] format
This commit is contained in:
parent
cef33dd841
commit
7a405c5d47
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ async function getUserConfig(root: URL, configPath?: string, isRestart = false)
|
|||
filePath: tempConfigPath,
|
||||
});
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
console.error(err);
|
||||
} finally {
|
||||
await fs.unlink(tempConfigPath);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue