We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f7486 commit e0d4a2fCopy full SHA for e0d4a2f
1 file changed
extensions/git/src/repository.ts
@@ -537,7 +537,7 @@ class DotGitWatcher implements IFileWatcher {
537
upstreamWatcher.event(this.emitter.fire, this.emitter, this.transientDisposables);
538
} catch (err) {
539
if (Log.logLevel <= LogLevel.Error) {
540
- this.outputChannel.appendLine(`Failed to watch ref '${upstreamPath}', is most likely packed.\n${err.stack || err}`);
+ this.outputChannel.appendLine(`Warning: Failed to watch ref '${upstreamPath}', is most likely packed.`);
541
}
542
543
0 commit comments