This commit is contained in:
willyb321
2018-06-15 10:45:00 +10:00
parent 0842281466
commit 417091c648
2 changed files with 2 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ export function shieldMetrics(ship, sys) {
/**
* Calculate time from one boost to another
* @return {number} Boost frequency in seconds
* @param ship
* @param {Ship} ship Ship object
*/
export function calcBoost(ship) {
if (!ship.boostEnergy || !ship.standard[4] || !ship.standard[4].m) {

View File

@@ -86,7 +86,7 @@ function shortenUrlOrbis(url, success, error) {
}
});
} catch (e) {
console.log(e)
console.log(e);
error(e.message ? e.message : e);
}
} else {