提交 2e43216c 编写于 作者: J Johannes Rieken

fix compile issue

上级 ee4d1040
......@@ -630,7 +630,7 @@ export class SaveExtensionHostProfileAction extends Action {
// about users. We also append the `.txt` suffix to make it
// easier to attach these files to GH issues
let tmp = profiler.rewriteAbsolutePaths({ profile: dataToWrite }, 'piiRemoved');
let tmp = profiler.rewriteAbsolutePaths({ profile: dataToWrite as any }, 'piiRemoved');
dataToWrite = tmp.profile;
picked = picked + '.txt';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册