updated version

master
Keith Irwin 2016-05-14 04:27:53 +00:00
parent 6a24a3b747
commit d78ec0d23b
No known key found for this signature in database
GPG Key ID: 77A9E9D5A51A7431
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Tracman
###### v 0.2.1
###### v 0.2.2
node.js application to display a map with user's location. Live at [tracman.org](https://tracman.org/).
The github for the associated android app is [Tracman-org/Android](https://github.com/tracman-org/android).

View File

@ -1,6 +1,6 @@
{
"name": "tracman",
"version": "0.2.1",
"version": "0.2.2",
"description": "Tracks user's GPS location",
"main": "server.js",
"dependencies": {

View File

@ -151,6 +151,7 @@
}}, function(err, user) {
if (err) { console.log('Could not update last location of user '+loc.user+'\n'+err); }
if (!user) { console.log("No user found: "+loc.user); }
// TODO: Fix this error always being thrown with loc.user = undefined
});
});