Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firepick1 committed Feb 4, 2016
1 parent e5ea3bc commit de7be7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
firenodejs
----------

0.14.2
------
* FIX: Cannot read property 'x' of undefined (Thanks, Reef!)

0.14.1
------
* FIX: firenodejs.log cleanup. Remove confusing warnings and add FireSight EXEC information.
Expand Down
1 change: 1 addition & 0 deletions js/firestep/planner.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ var MockFPD = require("./mock-fpd");
that.verbose && console.log("TTY\t: FireStepPlanner.onIdle(waiting) ...");
}
if (that.mpoPlan) {
that.model.mpo = that.model.mpo || {};
JsonUtil.applyJson(that.model.mpo, JSON.parse(JSON.stringify(that.mpoPlan)));
// round for archival
that.model.mpo.x = math.round(that.model.mpo.x, 3);
Expand Down
2 changes: 1 addition & 1 deletion js/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var options = {
version: {
major: 0,
minor: 14,
patch: 1,
patch: 2,
},
};
console.log("\nSTART\t: firenodejs version:" + JSON.stringify(options.version));
Expand Down

0 comments on commit de7be7f

Please sign in to comment.