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

    https://github.com/apache/cordova-windows/pull/176#discussion_r63094515
  
    --- Diff: template/cordova/lib/build.js ---
    @@ -171,11 +171,11 @@ function parseAndValidateArgs(options) {
     
         // Validate args
         if (options.debug && options.release) {
    -        throw new CordovaError('Only one of "debug"/"release" options 
should be specified');
    +        throw new CordovaError('Cannot specify "debug" and "release" 
options together. Please only use one');
    --- End diff --
    
    Nit: Error messages generally shouldn't say "please". I think you can omit 
this sentence anyway.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to