build
This commit is contained in:
parent
79a83fe158
commit
e1d94a75bd
8 changed files with 27 additions and 16 deletions
|
|
@ -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)),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue