提交 ea2b4705 编写于 作者: J Joao Moreno

remove unecessary warning

fixes #35577
上级 88d120e0
......@@ -144,7 +144,7 @@ export class EnvironmentService implements IEnvironmentService {
try {
fs.writeFileSync(machineIdPath, this.machineUUID, 'utf8');
} catch (err) {
console.warn('Could not store machine ID');
// noop
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册