mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-31 21:50:53 +00:00
codegen
This commit is contained in:
parent
652429377b
commit
fa8a46326a
5 changed files with 14 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ export namespace Log {
|
|||
})
|
||||
.map(([key, value]) => `${key}=${value}`)
|
||||
.join(" ");
|
||||
return [prefix, message].join(" ");
|
||||
return [prefix, message].join(" ") + "\n";
|
||||
}
|
||||
const result = {
|
||||
info(message?: any, extra?: Record<string, any>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue