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

Commit 2566cf7

Browse files
committed
removed unneeded symbol
1 parent 06f4d3f commit 2566cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot/android/snapshot-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ SnapshotGenerator.prototype.generate = function(options) {
158158
if (!options.snapshotToolsPath) { throw new Error("snapshotToolsPath option is not specified."); }
159159
const preprocessedInputFile = options.preprocessedInputFile || join(this.buildPath, "inputFile.preprocessed");
160160

161-
console.log("(***** Starting snapshot generation using V8 version: ", options.v8Version);
161+
console.log("***** Starting snapshot generation using V8 version: ", options.v8Version);
162162

163163
this.preprocessInputFile(options.inputFile, preprocessedInputFile);
164164

0 commit comments

Comments
 (0)