mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
fix crash caused my oidc merge
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
05fca6cb36
commit
4b6da03d2f
1 changed files with 0 additions and 2 deletions
|
@ -5915,8 +5915,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
|||
zipfile.readEntry();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
} else {
|
||||
// Normal file entry
|
||||
zipfile.openReadStream(entry, function (err, readStream) {
|
||||
|
|
Loading…
Reference in a new issue