Skip to content

Commit 2b32ed2

Browse files
authored
fix lint
1 parent d2b87e1 commit 2b32ed2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/logger.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ class Logger {
100100
await fsOperation(logFilePath).writeFile(newData);
101101
}
102102
} catch (error) {
103-
console.error("Error in handling fs operation on log file. Error:", error);
103+
console.error(
104+
"Error in handling fs operation on log file. Error:",
105+
error
106+
);
104107
}
105108
};
106109

0 commit comments

Comments
 (0)