Github user riknoll commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/176#discussion_r63428275
  
    --- Diff: bin/lib/create.js ---
    @@ -46,15 +47,15 @@ module.exports.create = function (destinationDir, 
config, options) {
         var root = path.join(__dirname, '..', '..');
     
         events.emit('log', 'Creating Cordova Windows Project:');
    -    events.emit('log', '\tApp Name  : ' + appName);
    -    events.emit('log', '\tNamespace : ' + packageName);
    -    events.emit('log', '\tPath      : ' + projectPath);
    +    events.emit('log', '\tPath: ' + path.relative(process.cwd(), 
(projectPath || 'CordovaExample')));
    --- End diff --
    
    @jasongin fixed here and in cordova-ios (which had the same problem)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to