typescript(translucid): testing automated update
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
0d81041041
commit
150648e4b3
3 changed files with 4 additions and 2 deletions
typescript/translucid
|
@ -26,7 +26,7 @@ class Translucid {
|
|||
for (let i in object) {
|
||||
const classes = object[i].classes || [];
|
||||
this.bind(i, object[i].file, classes);
|
||||
console.log(`Binded room with name ${i} and path ${object[i].path} with classes ${classes}`);
|
||||
console.log(`Binded room with name ${i} and path ${object[i].file} with classes ${classes}`);
|
||||
}
|
||||
}
|
||||
bind(path = "/", filepath = "", classes = []) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue