We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da0a21 commit 2af70f8Copy full SHA for 2af70f8
source/main/utils/handleCheckBlockReplayProgress.ts
@@ -97,7 +97,7 @@ const watchLogFile = ({
97
tail.on('line', handleNewLogLine);
98
};
99
100
-const waitForLogFileToBeCreatedAndWatchLogFile = ({
+const waitForLogFileToBeCreatedAndWatchIt = ({
101
logFileName,
102
logFileDirPath,
103
mainWindow,
@@ -126,7 +126,7 @@ export const handleCheckBlockReplayProgress = (
126
const logFilePath = path.join(logFileDirPath, logFileName);
127
128
if (!fs.existsSync(logFilePath)) {
129
- waitForLogFileToBeCreatedAndWatchLogFile({
+ waitForLogFileToBeCreatedAndWatchIt({
130
131
132
0 commit comments