提交 44c17d19 编写于 作者: J Johannes Rieken

actually invoke a function... #34704

上级 07eaf2ac
......@@ -139,7 +139,7 @@ export class RemoteFileService extends FileService {
if (!provider) {
const err = new Error();
err.name = 'ENOPRO';
err.message = `no provider for ${resource.toString}`;
err.message = `no provider for ${resource.toString()}`;
throw err;
}
return provider;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册