We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4df97c commit 6ec5f3eCopy full SHA for 6ec5f3e
1 file changed
daemon/src/common/compress.ts
@@ -70,7 +70,7 @@ export async function decompress(
70
}
71
};
72
73
- if (!await check7zipStatus()) {
+ if (await check7zipStatus()) {
74
try {
75
return await use7zip(zipPath, dest);
76
} catch (error) {
0 commit comments