Skip to content
Snippets Groups Projects
Commit 7066ed18 authored by Manuel Knitza's avatar Manuel Knitza
Browse files

Update bin/convert.js

'lil typo
parent 6b13bfa1
No related branches found
No related tags found
No related merge requests found
var startTime = new Date().getTime(); var startTime = new Date().getTime();
var fs = require("fs"); var fs = require("fs");
var ueberDB = require("../src/node_modules/ueberDB"); var ueberDB = require("../src/node_modules/ueberDB");
...@@ -403,7 +402,7 @@ function convertPad(padId, callback) ...@@ -403,7 +402,7 @@ function convertPad(padId, callback)
} }
catch(e) 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)); console.error(e.stack ? e.stack : JSON.stringify(e));
callback(); callback();
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment