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

修复uni-installApk语法校验警告

(cherry picked from commit 84fee7f0)
上级 00d6046d
......@@ -15,7 +15,8 @@ export const UniErrors : Map<InstallApkErrorCode, string> = new Map([
[1300002, 'No such file'],
]);
export class InstallApkFailImpl extends UniError implements InstallApkFail {
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.
先完成此消息的编辑!
想要评论请 注册