You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/05/18 15:49:57 UTC

[cordova-android] branch master updated: fix: restore checkReqs in prepare.js (#1434)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 53d39fb1 fix: restore checkReqs in prepare.js (#1434)
53d39fb1 is described below

commit 53d39fb1350def68ec9183f6ba3bb19ce0c7338c
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu May 19 00:49:52 2022 +0900

    fix: restore checkReqs in prepare.js (#1434)
---
 lib/prepare.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/prepare.js b/lib/prepare.js
index 365b4692..483880da 100644
--- a/lib/prepare.js
+++ b/lib/prepare.js
@@ -32,7 +32,7 @@ const PlatformMunger = require('cordova-common').ConfigChanges.PlatformMunger;
 const PluginInfoProvider = require('cordova-common').PluginInfoProvider;
 const utils = require('./utils');
 const gradleConfigDefaults = require('./gradle-config-defaults');
-
+const checkReqs = require('./check_reqs');
 const GradlePropertiesParser = require('./config/GradlePropertiesParser');
 
 function parseArguments (argv) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org