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
Branches
Tags
No related merge requests found
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment