From 476d57f57d63899745d6a41381486b59fab1da8b Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 16 Jan 2014 16:50:13 -0300 Subject: [PATCH] little fix when finish historic_sync --- server.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.js b/server.js index 970c8e5..f93802a 100644 --- a/server.js +++ b/server.js @@ -49,6 +49,8 @@ hs.init({ }, function() { hs.import_history({ reverse: 1, + }, function(){ + console.log('historic_sync finished!'); }); });