提交 83341983 编写于 作者: B Benjamin Pasero

tests - less error spam

上级 413f079a
......@@ -123,7 +123,7 @@ export class ConfigWatcher<T> implements IConfigWatcher<T>, IDisposable {
this.watch(parentFolder, true);
// Check if the path is a symlink and watch its target if so
this.handleSymbolicLink();
this.handleSymbolicLink().then(undefined, error => { /* ignore error */ });
}
private async handleSymbolicLink(): Promise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册