aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2024-05-01 03:11:59 +0200
committerGitHub <noreply@github.com>2024-05-01 03:11:59 +0200
commit20d29ae10bf400d58d504f99fef14a11e2f90f38 (patch)
tree7dee9830428003039440467442e84ccad86ee1b8 /lib/compilers
parent1639d0a29a587de9f5ea15dd79614be864c4329b (diff)
downloadcompiler-explorer-20d29ae10bf400d58d504f99fef14a11e2f90f38.tar.gz
compiler-explorer-20d29ae10bf400d58d504f99fef14a11e2f90f38.zip
Update dex2oat.tsgh-11578
Diffstat (limited to 'lib/compilers')
-rw-r--r--lib/compilers/dex2oat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/dex2oat.ts b/lib/compilers/dex2oat.ts
index 5ec489473..7c207ac7b 100644
--- a/lib/compilers/dex2oat.ts
+++ b/lib/compilers/dex2oat.ts
@@ -189,7 +189,7 @@ export class Dex2OatCompiler extends BaseCompiler {
throw new Error('Generated dex file not found');
}
- let tmpDir = d8DirPath;
+ const tmpDir = d8DirPath;
const profileAndResult = await this.generateProfile(inputFilename, tmpDir, dexFile);
if (profileAndResult && profileAndResult.result.code !== 0) {