mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
js字符串用单引号
Signed-off-by: HuangXW <huangxinwei4@huawei.com> Change-Id: Ifc4fb2ef67f11cf92c52e832a2be82325c6fc589
This commit is contained in:
@@ -279,7 +279,7 @@ class Caller {
|
||||
}
|
||||
|
||||
if (callback && typeof callback !== 'function') {
|
||||
console.log("Caller onRelease error " + typeof callback);
|
||||
console.log('Caller onRelease error ' + typeof callback);
|
||||
throw new BusinessError(ERROR_CODE_INVALID_PARAM);
|
||||
}
|
||||
// Empty
|
||||
|
||||
Reference in New Issue
Block a user