forked from FOSS/BangleApps
shorten the error variable
parent
914d2f15d9
commit
5fd3424764
|
@ -77,8 +77,8 @@ exports.load = function() {
|
|||
alt = Math.round(data.altitude) + "m";
|
||||
bangleItems[3].emit("redraw");
|
||||
});
|
||||
} catch (error) {
|
||||
print("Caught "+error+"\n in function altUpdateHandler in module clock_info");
|
||||
} catch (e) {
|
||||
print("Caught "+e+"\n in function altUpdateHandler in module clock_info");
|
||||
bangleItems[3].emit('redraw');}
|
||||
}
|
||||
// actual menu
|
||||
|
|
Loading…
Reference in New Issue