Skip to content

Commit e0d4a2f

Browse files
committed
git: lighter warning
1 parent 75f7486 commit e0d4a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ class DotGitWatcher implements IFileWatcher {
537537
upstreamWatcher.event(this.emitter.fire, this.emitter, this.transientDisposables);
538538
} catch (err) {
539539
if (Log.logLevel <= LogLevel.Error) {
540-
this.outputChannel.appendLine(`Failed to watch ref '${upstreamPath}', is most likely packed.\n${err.stack || err}`);
540+
this.outputChannel.appendLine(`Warning: Failed to watch ref '${upstreamPath}', is most likely packed.`);
541541
}
542542
}
543543
}

0 commit comments

Comments
 (0)