fix: api-lint

Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
Change-Id: I483d5ce24cf138805dd329f6ff2923a609089764
This commit is contained in:
yangxuguang-huawei 2024-11-11 16:03:12 +08:00
parent 930851e181
commit f197edd05d

View File

@ -580,7 +580,7 @@ export default class ApplicationContext extends Context {
/**
* Get all running app instance key for current bundle
*
* @returns { Array<string> } Returns the array of all running app instance keys.
* @returns { Promise<Array<string>> } Returns the array of all running app instance keys.
* @throws { BusinessError } 16000011 - The context does not exist.
* @throws { BusinessError } 16000050 - Internal error.
* @throws { BusinessError } 16000078 - The multi-instance is not supported.