Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7950

CLI make CordovaCliCreate.prototype.run vaguely correct

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Master
    • cordova-cli
    • None

    Description

      https://github.com/apache/cordova-cli/blob/master/src/create.js

      Checkout line 36

      It says:
      // parseConfig will determine if there's a valid config JSON string
      cfg = parseCofig(undashed[4]);

      I believe it should be

      // parseConfig will determine if there's a valid config JSON string
      cfg = parseConfig(undashed[4]);

      Attachments

        Activity

          People

            jsoref Josh Soref
            ldeluca Lisa Seacat DeLuca
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: