提交 8dede726 编写于 作者: X xinking129

code format

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 af8ee088
......@@ -48,8 +48,7 @@ export default class OpenHarmonyTestRunner implements TestRunner {
abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback)
let cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName;
let debug = abilityDelegatorArguments.parameters['-D'];
if (debug == 'true')
{
if (debug == 'true') {
cmd += ' -D'
}
hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd);
......
......@@ -20,8 +20,8 @@ import commonEvent from '@ohos.commonEventManager';
let message;
let commonEventData = {
parameters:{
message:message,
parameters: {
message: message,
}
};
let timeout = 50;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册