Skip to content

Commit

Permalink
Harmonize style a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Dec 24, 2015
1 parent f5e1e3d commit 6cda497
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,7 @@ class Server {
).concat(
this.assetRoots ? ['--assetRoots', this.assetRoots.join(',')] : []
).concat(
this.resetCache
? '--reset-cache'
: []
this.resetCache ? '--reset-cache' : []
);
const opts = {stdio: 'inherit'};
this.packageServer = spawn(cmd, args, opts);
Expand Down

0 comments on commit 6cda497

Please sign in to comment.