Skip to content

Commit 1226d22

Browse files
kriszypcb1kenobi
andcommitted
Update config/configUtils.js
Co-authored-by: Chris Barber <chris@harperdb.io>
1 parent d124d76 commit 1226d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/configUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function atomicWriteFile(filePath, content) {
113113
// if it fails we should clean up the tmp file
114114
try {
115115
fs.unlinkSync(tempPath);
116-
} catch (cleanupErr) {
116+
} catch {
117117
// ignore cleanup errors
118118
}
119119
throw err;

0 commit comments

Comments
 (0)