fix etract zip API bug

This commit is contained in:
lxsang 2021-05-11 21:49:26 +02:00
parent 34771ab3ae
commit 0af320e4c2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -2059,7 +2059,7 @@ namespace OS {
) )
); );
} }
return resolve(res(path)); return res(path);
} catch (error) { } catch (error) {
rej(__e(error)); rej(__e(error));
} }