Merge pull request #28244 from srushti-712/fix-typo-in-logger
fixed typo in the createInitializationLogger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Corrected spelling mistake in error message
|
||||
@@ -75,7 +75,7 @@ export function createInitializationLogger(
|
||||
? `, waiting for ${starting.size} other plugins to finish before shutting down the process`
|
||||
: '';
|
||||
logger?.error(
|
||||
`Plugin '${pluginId}' thew an error during startup${status}`,
|
||||
`Plugin '${pluginId}' threw an error during startup${status}`,
|
||||
);
|
||||
},
|
||||
onAllStarted() {
|
||||
|
||||
Reference in New Issue
Block a user