mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +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) {
|
} catch (error) {
|
||||||
rej(__e(error));
|
rej(__e(error));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user