We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235127e commit 87e4cd8Copy full SHA for 87e4cd8
lib/Local.js
@@ -258,7 +258,7 @@ function Local(){
258
this.sanitizePath = function(rawPath) {
259
var doubleQuoteIfRequired = this.windows && !rawPath.match(/"[^"]+"/) ? '"' : '';
260
return doubleQuoteIfRequired + rawPath + doubleQuoteIfRequired;
261
- }
+ };
262
263
this.killAllProcesses = function(callback){
264
psTree(this.pid, (err, children) => {
0 commit comments