Skip to content

Commit 6290378

Browse files
committed
fix: local changes did not refresh after .gitmodule changed (#1508)
Signed-off-by: leo <[email protected]>
1 parent 2263e43 commit 6290378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/Watcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ private void HandleWorkingCopyFileChanged(string name)
256256
if (name.Equals(".gitmodules", StringComparison.Ordinal))
257257
{
258258
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
259+
_updateWC = DateTime.Now.AddSeconds(1).ToFileTime();
259260
return;
260261
}
261262

0 commit comments

Comments
 (0)