fix(core): update

This commit is contained in:
2019-04-18 00:04:02 +02:00
parent 05bc8fb72c
commit d3a507c3ff
2 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export class SmartNetwork {
plugins.portscanner.checkPortStatus(port, domainPart, (err, status ) => {
if (err) {
console.log(err);
// console.log(err);
return done.resolve(false);
}
if (status === 'open') {