Updated lolisafe.js

Goddamn, I screwed up so bad.
This commit is contained in:
Bobby Wibowo 2019-01-31 16:38:43 +07:00
parent 4f60b01676
commit e74fb3811f
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -208,7 +208,7 @@ const start = async () => {
let errored = false
let succeeded = 0
for (const result of results) {
if (!result.errors.length) {
if (result.errors.length) {
if (!errored) {
errored = true
process.stdout.write(' ERROR!\n')