Fix missing semicolon
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
This commit is contained in:
parent
19175fbb93
commit
622141f321
@ -1,6 +1,6 @@
|
||||
@lazy //takes name of table. metadata must already exist.
|
||||
function createTable(name) {
|
||||
logger(2, database.createTable, "Creating table: $name")
|
||||
logger(2, database.createTable, "Creating table: $name");
|
||||
Array.forEach(
|
||||
"ferdinland:ferdinland",
|
||||
"database.tables.$name.fields",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user