Merge pull request #1383 from disy-mk/patch-2

Patch 2
This commit is contained in:
John McLear 2013-01-21 15:58:00 -08:00
commit 97afd1cc79
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
var startTime = new Date().getTime();
var fs = require("fs");
var ueberDB = require("../src/node_modules/ueberDB");
@ -403,7 +402,7 @@ function convertPad(padId, callback)
}
catch(e)
{
console.error("Error while converting pad " + padId + ", pad skiped");
console.error("Error while converting pad " + padId + ", pad skipped");
console.error(e.stack ? e.stack : JSON.stringify(e));
callback();
return;