Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
fixes #1532 (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman authored Dec 20, 2016
1 parent 0a0ceed commit c26a303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/clientBinaryManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ class Manager extends EventEmitter {
log.warn('Error fetching client binaries config from repo', err);
})
.then((latestConfig) => {
if(!latestConfig) return;

let localConfig;
let skipedVersion;
const nodeVersion = latestConfig.clients[nodeType].version;
Expand Down

0 comments on commit c26a303

Please sign in to comment.