garrensmith commented on a change in pull request #1008: Fix devserver on 
Windows
URL: https://github.com/apache/couchdb-fauxton/pull/1008#discussion_r147653892
 
 

 ##########
 File path: devserver.js
 ##########
 @@ -31,8 +31,9 @@ const devSetup = function (cb) {
   if (settings.noClean) {
     cmd = 'devSetup';
   }
-
-  const grunt = spawn('grunt', [cmd]);
+  let isOnWindows = process.platform === 'win32';
 
 Review comment:
   This is great. Could you make both of these `const`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to