Add debug log to loop
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-22 21:33:50 -05:00
parent 5d62488695
commit 3b7fcca6f3

View File

@ -30,6 +30,7 @@ class database.benchmark {
$thisI = $i;
$thisI += 1;
::database.test.arrayTest1.array << {id: $thisI, string: "array item &<$i>"};
logger(1, database.benchmark.arrayTest1.setup, "Loop ran");
}
}
function arrayTest1.print() {