Skip to content

Commit 104fb2c

Browse files
Update packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 1f8d9dd commit 104fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async function handleSessionStream(
108108
session.stopLiveTailSession()
109109
throw ToolkitError.chain(
110110
e,
111-
`Unexpected on-stream execption while tailing session: ${session.uri.toString()}`
111+
`Unexpected on-stream exception while tailing session: ${session.uri.toString()}`
112112
)
113113
}
114114
}

0 commit comments

Comments
 (0)