Update logger calls
All checks were successful
Deploy datapack to dev / Build (push) Successful in 9s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 9s
This commit is contained in:
parent
909b2d08de
commit
a7b71073bf
@ -2,7 +2,7 @@ import "benchmark.jmc";
|
|||||||
|
|
||||||
@lazy //takes name of table. metadata must already exist.
|
@lazy //takes name of table. metadata must already exist.
|
||||||
function createTable(name) {
|
function createTable(name) {
|
||||||
logger(2, database.createTable, "Creating table: $name");
|
logger(2, database.createTable, "Creating table: $name", false);
|
||||||
Array.forEach(
|
Array.forEach(
|
||||||
"ferdinland:ferdinland",
|
"ferdinland:ferdinland",
|
||||||
"database.tables.$name.fields",
|
"database.tables.$name.fields",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user