e
This commit is contained in:
Lily-129 2022-04-06 13:43:09 -04:00 committed by GitHub
parent 694092a326
commit 4bc955e092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -254,4 +254,6 @@ for(i = 0; i < 10; i++) {
}
console.log(`Rocks added to rockString (length ${rockString.length})`)
if(logRocks == true) {
console.log(`Rocks added to rockString (length ${rockString.length})`)
}