Skip to content

Commit 63185a9

Browse files
Update src/core/contextProxy.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 3594162 commit 63185a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/contextProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class ContextProxy {
234234
return sanitized
235235
} catch (error) {
236236
logger.error(
237-
`Error exporting API configuration to ${filePath}: ${error instanceof Error ? error.message : String(error)}`,
237+
`Error exporting provider settings to ${filePath}: ${error instanceof Error ? error.message : String(error)}`,
238238
)
239239
return undefined
240240
}

0 commit comments

Comments
 (0)