Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit e15c919

Browse files
committed
refactor: fix typo when building with snapshot
1 parent f474e30 commit e15c919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot/android/project-snapshot-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ ProjectSnapshotGenerator.prototype.generate = function(generationOptions) {
187187
snapshotToolsPath,
188188
inputFile: generationOptions.inputFile || join(this.options.projectRoot, "__snapshot.js"),
189189
targetArchs: generationOptions.targetArchs || ["arm", "arm64", "ia32"],
190-
v8Version: generationOptions.v8Version || this.getV8Version(),
190+
v8Version: generationOptions.v8Version || v8Version,
191191
preprocessedInputFile: generationOptions.preprocessedInputFile,
192192
useLibs: generationOptions.useLibs || false,
193193
androidNdkPath

0 commit comments

Comments
 (0)