[ci] format

This commit is contained in:
matthewp 2022-11-21 17:33:04 +00:00 committed by fredkbot
parent cef33dd841
commit 7a405c5d47

View file

@ -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);
}