Skip to content

Commit d37f53a

Browse files
committed
fix: local changes do not updated after submodule changed (#339)
1 parent 905664c commit d37f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Watcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private void OnWorkingCopyChanged(object o, FileSystemEventArgs e)
220220
if (name.StartsWith(submodule, StringComparison.Ordinal))
221221
{
222222
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
223-
return;
223+
break;
224224
}
225225
}
226226
}

0 commit comments

Comments
 (0)