mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: update log
This commit is contained in:
parent
7294d86778
commit
b82a52cb85
1 changed files with 2 additions and 3 deletions
|
|
@ -113,13 +113,12 @@ export namespace Format {
|
|||
...item.environment,
|
||||
})
|
||||
} catch (error) {
|
||||
log.error("failed", {
|
||||
log.error("failed to format file", {
|
||||
error,
|
||||
command: item.command,
|
||||
...item.environment,
|
||||
file,
|
||||
})
|
||||
// re-raising
|
||||
throw error
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue