未验证 提交 be162542 编写于 作者: O openharmony_ci 提交者: Gitee

!16864 workscheduler错误修改-3.2

Merge pull request !16864 from 朱天怡/OpenHarmony-3.2-Release
...@@ -185,7 +185,7 @@ try{ ...@@ -185,7 +185,7 @@ try{
try{ try{
workScheduler.isLastWorkTimeOut(500, (error, res) =>{ workScheduler.isLastWorkTimeOut(500, (error, res) =>{
if (error) { if (error) {
onsole.error(`workschedulerLog isLastWorkTimeOut failed. code is ${error.code} message is ${error.message}`); console.error(`workschedulerLog isLastWorkTimeOut failed. code is ${error.code} message is ${error.message}`);
} else { } else {
console.info(`workschedulerLog isLastWorkTimeOut success, data is: ${res}`); console.info(`workschedulerLog isLastWorkTimeOut success, data is: ${res}`);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册