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 b077a8f commit 5a5a32aCopy full SHA for 5a5a32a
lib/Local.js
@@ -199,12 +199,12 @@ function Local(){
199
200
this.getBinaryArgs = function(){
201
var args = ['--daemon', this.opcode, '--log-file', this.logfile];
202
- if(this.folderFlag)
203
- args.push(this.folderFlag);
204
if(this.key) {
205
args.push('--key');
206
args.push(this.key);
207
}
+ if(this.folderFlag)
+ args.push(this.folderFlag);
208
if(this.folderPath)
209
args.push(this.folderPath);
210
if(this.forceLocalFlag)
0 commit comments