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 232d88e commit ca6046aCopy full SHA for ca6046a
packages/core/src/awsService/ec2/utils.ts
@@ -8,7 +8,7 @@ import { copyToClipboard } from '../../shared/utilities/messages'
8
import { Ec2Selection } from './prompter'
9
import { sshLogFileLocation } from '../../shared/sshConfig'
10
import { SSM } from 'aws-sdk'
11
-import { getLogger } from '../../shared'
+import { getLogger } from '../../shared/logger'
12
13
export function getIconCode(instance: SafeEc2Instance) {
14
if (instance.LastSeenStatus === 'running') {
0 commit comments