mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
fix etract zip API bug
This commit is contained in:
parent
34771ab3ae
commit
0af320e4c2
Binary file not shown.
@ -2059,7 +2059,7 @@ namespace OS {
|
||||
)
|
||||
);
|
||||
}
|
||||
return resolve(res(path));
|
||||
return res(path);
|
||||
} catch (error) {
|
||||
rej(__e(error));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user