Skip to content

Commit 5ab93f9

Browse files
committed
Fixes scope
1 parent d548fcc commit 5ab93f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/models/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ export class Repository implements Disposable {
10331033
e = { ...e, uris: new UriSet(uris) };
10341034
}
10351035

1036-
using scope = startLogScope(`${getLoggableName(this)}.fireChangeCore`, false);
1036+
using scope = startLogScope(`${getLoggableName(this)}.fireFileSystemChangeCore`, false);
10371037
Logger.debug(
10381038
scope,
10391039
`firing fs changes=${join(

0 commit comments

Comments
 (0)