mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +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 errored = false
|
||||||
let succeeded = 0
|
let succeeded = 0
|
||||||
for (const result of results) {
|
for (const result of results) {
|
||||||
if (!result.errors.length) {
|
if (result.errors.length) {
|
||||||
if (!errored) {
|
if (!errored) {
|
||||||
errored = true
|
errored = true
|
||||||
process.stdout.write(' ERROR!\n')
|
process.stdout.write(' ERROR!\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user