mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-09-04 10:12:06 +02:00
fix etract zip API bug
This commit is contained in:
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));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user