Fixed syntax error in utils

pull/873/head
Tzahi12345 2 years ago
parent e2c68713ba
commit f0a34df7c6

@ -92,7 +92,7 @@ exports.createZipFile = async (zip_file_path, file_paths) => {
await archive.finalize();
// wait a tiny bit for the zip to reload in fs
await wait(100);
await exports.wait(100);
return zip_file_path;
}

Loading…
Cancel
Save