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 @@ -758,7 +758,7 @@ export async function transformationJobErrorHandler(error: any) {
758758 transformByQState . setToFailed ( )
759759 transformByQState . setPolledJobStatus ( 'FAILED' )
760760 // jobFailureErrorNotification should always be defined here
761- let displayedErrorMessage =
761+ const displayedErrorMessage =
762762 transformByQState . getJobFailureErrorNotification ( ) ?? CodeWhispererConstants . failedToCompleteJobNotification
763763 transformByQState . setJobFailureErrorChatMessage (
764764 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