From 7066ed183dbb8ebc0fc8f1520c4da835543d495e Mon Sep 17 00:00:00 2001 From: Manuel Knitza Date: Tue, 22 Jan 2013 00:56:39 +0100 Subject: [PATCH] Update bin/convert.js 'lil typo --- bin/convert.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/convert.js b/bin/convert.js index 4bbdd667c..a2f3bdd45 100644 --- a/bin/convert.js +++ b/bin/convert.js @@ -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;