We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8d9dd commit 104fb2cCopy full SHA for 104fb2c
packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts
@@ -108,7 +108,7 @@ async function handleSessionStream(
108
session.stopLiveTailSession()
109
throw ToolkitError.chain(
110
e,
111
- `Unexpected on-stream execption while tailing session: ${session.uri.toString()}`
+ `Unexpected on-stream exception while tailing session: ${session.uri.toString()}`
112
)
113
}
114
0 commit comments