Skip to content

Commit 2af70f8

Browse files
author
Marcin Mazurek
committed
[DDW-1088] Address PR feedback
1 parent 2da0a21 commit 2af70f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/main/utils/handleCheckBlockReplayProgress.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const watchLogFile = ({
9797
tail.on('line', handleNewLogLine);
9898
};
9999

100-
const waitForLogFileToBeCreatedAndWatchLogFile = ({
100+
const waitForLogFileToBeCreatedAndWatchIt = ({
101101
logFileName,
102102
logFileDirPath,
103103
mainWindow,
@@ -126,7 +126,7 @@ export const handleCheckBlockReplayProgress = (
126126
const logFilePath = path.join(logFileDirPath, logFileName);
127127

128128
if (!fs.existsSync(logFilePath)) {
129-
waitForLogFileToBeCreatedAndWatchLogFile({
129+
waitForLogFileToBeCreatedAndWatchIt({
130130
logFileDirPath,
131131
logFileName,
132132
mainWindow,

0 commit comments

Comments
 (0)