You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/02/21 03:13:10 UTC

incubator-cordova-weinre pull request: Fixed a typo

GitHub user fenghaitao opened the pull request at
https://github.com/apache/incubator-cordova-weinre/pull/2

----
Fixed a typo

If ~/.weinre/server.properties does not exist, we will see the 
following error because of this typo.

node.js:134 

throw e; // process.nextTick error, or 'error' event on first tick

error: ReferenceError: options is not defined

stack: 
   cli.coffee:66  - getDotWeinreServerProperties()
----

You can merge this pull request into a Git repository by running
$ git pull https://github.com/fenghaitao/incubator-cordova-weinre master

Alternatively you can review and apply these changes as the patch at
https://github.com/apache/incubator-cordova-weinre/pull/2.patch