fix: adjust log wording

This commit is contained in:
Frank
2025-01-05 17:52:44 -06:00
committed by Matt Rubens
parent f813d65b5a
commit ac776cc8bf

View File

@@ -115,8 +115,7 @@ export class GlamaHandler implements ApiHandler {
} }
} }
} catch (error) { } catch (error) {
// ignore if fails console.error("Error fetching Glama completion details", error)
console.error("Error fetching Glama generation details:", error)
} }
} }