You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by mmjohnso <gi...@git.apache.org> on 2012/08/10 18:23:10 UTC

incubator-cordova-weinre pull request: Console queues messages if no remote...

GitHub user mmjohnso opened a pull request:

    https://github.com/apache/incubator-cordova-weinre/pull/8

    Console queues messages if no remote connection on the client side so th...

    ...e server still gets previous console results once connection exists.  
    
    Console now also acts as more of a passthru so that method calls to console on the device still happen locally whether a remote connection is present or not.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adobe/incubator-cordova-weinre shadow-master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-weinre/pull/8.patch

----
commit 94fe696fefa63a0f199592fb4e0cbe81f723494f
Author: Matthew Johnson <mm...@gmail.com>
Date:   2012-08-10T09:10:19-07:00

    Console queues messages if no remote connection on the client side so the server still gets previous console results once connection exists

----