-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I used sailsjs and node-maxmind-db, when ip is invalid, app is crash
code in coffee:
ip = '113.183.205.64,66.249.82.67';
mmdbreader.open GEOPATH, (error, countries) ->
countries.getGeoData ip, (error, geodata) ->
if error
sails.log.error 'expected come here'
return callback true, MessageService.common.system(error)
sails.log.error geodata
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels