提交 b72a3c54 编写于 作者: J Johannes Rieken

prof - better timer file names

上级 d0364c24
...@@ -46,7 +46,7 @@ class PerformanceContribution implements IWorkbenchContribution { ...@@ -46,7 +46,7 @@ class PerformanceContribution implements IWorkbenchContribution {
const id = generateUuid(); const id = generateUuid();
const all = assign({ id, commit: product.commit }, metrics); const all = assign({ id, commit: product.commit }, metrics);
const raw = JSON.stringify(all); const raw = JSON.stringify(all);
return writeFile(join(folder, `${id}.json`), raw).then(() => this._windowsService.quit()); return writeFile(join(folder, `timers-${id}.json`), raw).then(() => this._windowsService.quit());
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册