fixed typo in the createInitializationLogger
Signed-off-by: Srushti Rane <srushtirane2000@gmail.com>
This commit is contained in:
@@ -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