提交 451dd23b 编写于 作者: DCloud-yyl's avatar DCloud-yyl

修复uni-installApk语法校验警告

(cherry picked from commit 84fee7f0)
上级 00d6046d
......@@ -16,6 +16,7 @@ export const UniErrors : Map<InstallApkErrorCode, string> = new Map([
]);
export class InstallApkFailImpl extends UniError implements InstallApkFail {
override errCode : InstallApkErrorCode
constructor(errCode : InstallApkErrorCode) {
super();
this.errSubject = UniErrorSubject;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册