build
This commit is contained in:
parent
79a83fe158
commit
e1d94a75bd
8 changed files with 27 additions and 16 deletions
4
dist/teste.js
vendored
4
dist/teste.js
vendored
|
|
@ -6,6 +6,6 @@ const lg = l({
|
|||
inquilino: "conta_1",
|
||||
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)));
|
||||
//# sourceMappingURL=teste.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue