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

Commit 11ec7f4

Browse files
authored
chore: fix wrong console.log
1 parent 18791a5 commit 11ec7f4

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
@@ -211,7 +211,7 @@ ProjectSnapshotGenerator.prototype.validateAndroidRuntimeVersion = function () {
211211

212212
ProjectSnapshotGenerator.prototype.generate = function (generationOptions) {
213213
if (generationOptions.skipSnapshotTools) {
214-
console.log("Running snapshot generation with the following arguments: ");
214+
console.log("Skipping snapshot tools.");
215215
return Promise.resolve();
216216
}
217217

0 commit comments

Comments
 (0)