fixed typo in the createInitializationLogger

Signed-off-by: Srushti Rane <srushtirane2000@gmail.com>
This commit is contained in:
Srushti Rane
2024-12-20 08:17:45 +05:30
parent 0f56358f70
commit a6f7cd8679
@@ -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() {