shorten the error variable

master
thyttan 2022-12-27 20:16:58 +01:00 committed by GitHub
parent 914d2f15d9
commit 5fd3424764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ exports.load = function() {
alt = Math.round(data.altitude) + "m"; alt = Math.round(data.altitude) + "m";
bangleItems[3].emit("redraw"); bangleItems[3].emit("redraw");
}); });
} catch (error) { } catch (e) {
print("Caught "+error+"\n in function altUpdateHandler in module clock_info"); print("Caught "+e+"\n in function altUpdateHandler in module clock_info");
bangleItems[3].emit('redraw');} bangleItems[3].emit('redraw');}
} }
// actual menu // actual menu