Stop silently ignore login issues

This commit is contained in:
Godzil 2018-08-01 00:47:57 +01:00
parent 80165a76e0
commit 0daf4d895f

View File

@ -221,8 +221,7 @@ function authenticate(config: IConfig, done: (err: Error) => void)
}
done(null);
});
})
.catch(done);
});
}
/**