diff --git a/src/extension/utilities/winstonLogger.ts b/src/extension/utilities/winstonLogger.ts index d9e7fe5..d44e141 100644 --- a/src/extension/utilities/winstonLogger.ts +++ b/src/extension/utilities/winstonLogger.ts @@ -66,7 +66,7 @@ class HandleUncatchedException extends Transport { }); const result = await window.showErrorMessage( - 'There was an uncought exception, do you want to see the logfile?', + 'There was an uncaught exception, do you want to see the logfile?', { modal: true }, 'Yes, show me.', );