File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/core/src/codewhisperer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ export async function transformationJobErrorHandler(error: any) {
734734 transformByQState . setToFailed ( )
735735 transformByQState . setPolledJobStatus ( 'FAILED' )
736736 // jobFailureErrorNotification should always be defined here
737- let displayedErrorMessage =
737+ const displayedErrorMessage =
738738 transformByQState . getJobFailureErrorNotification ( ) ?? CodeWhispererConstants . failedToCompleteJobNotification
739739 transformByQState . setJobFailureErrorChatMessage (
740740 transformByQState . getJobFailureErrorChatMessage ( ) ?? CodeWhispererConstants . failedToCompleteJobChatMessage
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { setMaven } from './transformFileHandler'
1212import { throwIfCancelled } from './transformApiHandler'
1313import { sleep } from '../../../shared/utilities/timeoutUtils'
1414import path from 'path'
15- import { globals } from '../../../shared'
15+ import globals from '../../../shared/extensionGlobals '
1616
1717function collectDependenciesAndMetadata ( dependenciesFolderPath : string , workingDirPath : string ) {
1818 getLogger ( ) . info ( 'CodeTransformation: running mvn clean test-compile with maven JAR' )
You can’t perform that action at this time.
0 commit comments