From 90ca3d53c31ecfc3c57f6b686f6455ab7339415c Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 17 Jan 2013 17:31:56 +0100 Subject: [PATCH] Fix #1367: async.series was lacking callback in checkPad.js --- bin/checkPad.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/checkPad.js b/bin/checkPad.js index bad5abced..a9b7e8bce 100644 --- a/bin/checkPad.js +++ b/bin/checkPad.js @@ -28,10 +28,8 @@ async.series([ function(callback) { settings = require('../src/node/utils/Settings'); db = require('../src/node/db/DB'); - }, - //intallize the database - function (callback) - { + + //intallize the database db.init(callback); }, //get the pad