Skip to content

Commit 02fd83c

Browse files
author
David Hasani
committed
add comment
1 parent c770d33 commit 02fd83c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformApiHandler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,8 @@ export async function runClientSideBuild(projectCopyPath: string, clientInstruct
826826
try {
827827
await fs.delete(projectCopyPath, { recursive: true })
828828
await fs.delete(uploadZipBaseDir, { recursive: true })
829-
// TODO: do we need to delete the downloaded client instructions and uploadZipPath? they can help in debugging
829+
// TODO: do we need to delete the downloaded client instructions and uploadZipPath?
830+
// Check with AppSec, but they can help in debugging
830831
} catch {
831832
getLogger().error(
832833
`CodeTransformation: failed to delete project copy and uploadZipBaseDir after client-side build`

0 commit comments

Comments
 (0)