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-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f9329e  fix: remove q leftover (#875)
0f9329e is described below

commit 0f9329e60b984117167aa9140893588987a039f2
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu May 28 16:02:06 2020 +0900

    fix: remove q leftover (#875)
---
 bin/create | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/create b/bin/create
index f8c148c..f656a5e 100755
--- a/bin/create
+++ b/bin/create
@@ -68,4 +68,4 @@ var options = {
 
 require('./templates/scripts/cordova/loggingHelper').adjustLoggerLevel(argv);
 
-Api.createPlatform(projectPath, config, options).done();
+Api.createPlatform(projectPath, config, options);


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

Reply via email to