Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-carter-at-sf committed Jun 6, 2024
1 parent 871d48d commit 710384e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/code-analyzer-core/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ const messageCatalog : { [key: string]: string } = {
'The engine with name "%s" threw an unexpected error: %s',

PluginErrorFromGetAvailableEngineNames:
`Failed to add engine plugin since the plugin's getAvailableNames method threw an error:\n%s`,
`Failed to add engine plugin. The plugin's getAvailableNames method threw an error:\n%s`,

PluginErrorFromCreateEngine:
`Failed to create engine with name "%s" since the plugin's createEngine method threw an error:\n%s`,
`Failed to create engine with name "%s". The plugin's createEngine method threw an error:\n%s`,

FailedToDynamicallyLoadModule:
'Failed to dynamically load module "%s" since an error was thrown: %s',
'Failed to dynamically load module "%s". Error: %s',

FailedToDynamicallyAddEnginePlugin:
'Failed to dynamically add engine plugin from module "%s" because the module does not seem to export a "createEnginePlugin" function.',
Expand Down

0 comments on commit 710384e

Please sign in to comment.