@ -153,7 +153,7 @@ function startServer() {
let zipfile = pathtools.join(path, 'archive.zip');
req.files.archive.mv(zipfile, (err) => {
if (err !== null) {
if (err != null) {
console.log(err);
}
fs.createReadStream(zipfile)