Skip to content

Commit 3594162

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

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
@@ -250,7 +250,7 @@ export class ContextProxy {
250250
return providerSettings
251251
} catch (error) {
252252
logger.error(
253-
`Error importing API configuration from ${filePath}: ${error instanceof Error ? error.message : String(error)}`,
253+
`Error importing provider settings from ${filePath}: ${error instanceof Error ? error.message : String(error)}`,
254254
)
255255
return undefined
256256
}

0 commit comments

Comments
 (0)