提交 03c88d8f 编写于 作者: C chrmarti 提交者: GitHub

Rename common.machineId in main process (#22168)

上级 8ce9ad0a
......@@ -17,7 +17,7 @@ export function resolveCommonProperties(commit: string, version: string): TPromi
result['version'] = version;
result['common.osVersion'] = os.release();
result['common.platform'] = Platform.Platform[Platform.platform];
const promise = getStableMachineId().then(value => result['common.machineId'] = value);
const promise = getStableMachineId().then(value => result['common.mainProcess.machineId'] = value);
// dynamic properties which value differs on each call
let seq = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册