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

💄

上级 f8c96d72
......@@ -363,7 +363,7 @@ export abstract class AbstractTextFileService extends Disposable implements ITex
dialogPath = this.suggestFilePath(source);
}
target = await this.promptForPath(source, dialogPath, options ? options.availableFileSystems : undefined);
target = await this.promptForPath(source, dialogPath, options?.availableFileSystems);
}
if (!target) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册