brodybits commented on a change in pull request #153: Improve 
createmobilespec/createmobilespec.js
URL: 
https://github.com/apache/cordova-mobile-spec/pull/153#discussion_r236825443
 
 

 ##########
 File path: createmobilespec/createmobilespec.js
 ##########
 @@ -404,7 +410,7 @@ function verifyNpmLinkOf(linkedModule, installedModule) {
     if (fs.existsSync(linkedPath)) {
         var myStat = fs.lstatSync(linkedPath);
         if (!myStat.isSymbolicLink()) {
-            throw new Error('Module ' + linkedModule + ' installed in ' + 
installedModule + ' is not npm-linked. I recommend you run "coho npm-link".');
+            throw new Error('Module ' + linkedModule + ' installed in ' + 
installedModule + ' is not npm-linked. I recommend you run "coho npm-link".'); 
// TODO angleichen an andere commands
 
 Review comment:
   ??

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to