Skip to content

Commit 51efbb7

Browse files
authored
fix lint
1 parent 2b32ed2 commit 51efbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Logger {
102102
} catch (error) {
103103
console.error(
104104
"Error in handling fs operation on log file. Error:",
105-
error
105+
error,
106106
);
107107
}
108108
};

0 commit comments

Comments
 (0)