This commit is contained in:
Luiz Silva 2025-02-22 14:04:59 -03:00
parent 79a83fe158
commit e1d94a75bd
8 changed files with 27 additions and 16 deletions

View file

@ -7,5 +7,7 @@ const lg = l({
usuario: "pedrinho",
})
lg("error", "Deu Ruim")
lg("info", "Deu Bom", { __filename })
lg("error", "Deu Ruim").then((a) => console.log(JSON.stringify(a)))
lg("info", "Deu Bom", { __filename }).then((a) =>
console.log(JSON.stringify(a)),
)