Aiden Cline 3 месяцев назад
Родитель
Сommit
b82a52cb85
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      packages/opencode/src/format/index.ts

+ 2 - 3
packages/opencode/src/format/index.ts

@@ -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
         }
       }
     })