Skip to content

Commit d2b87e1

Browse files
authored
fix: typo in logger.js
1 parent 8df174e commit d2b87e1

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
@@ -100,7 +100,7 @@ class Logger {
100100
await fsOperation(logFilePath).writeFile(newData);
101101
}
102102
} catch (error) {
103-
console.error("Error in handling fs operation on log file. Error:", err);
103+
console.error("Error in handling fs operation on log file. Error:", error);
104104
}
105105
};
106106

0 commit comments

Comments
 (0)