mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Updated lolisafe.js
Goddamn, I screwed up so bad.
This commit is contained in:
parent
4f60b01676
commit
e74fb3811f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user