Skip to content

Commit 53e2d51

Browse files
committed
fix build
Signed-off-by: James <namnh0122@gmail.com>
1 parent f253c0b commit 53e2d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/services/file_watcher_service.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ class FileWatcherService {
213213
}
214214

215215
// Add initial watch on the main directory
216-
AddWatch(watchPath);
216+
AddWatch(watch_path_);
217217

218218
char buffer[4096];
219-
while (running) {
219+
while (running_) {
220220
int length = read(fd, buffer, sizeof(buffer));
221221
if (length < 0) {
222222
continue;

0 commit comments

Comments
 (0)