Fixes variable name

This commit is contained in:
Vincent Giersch 2013-06-28 17:34:25 +01:00
parent c7098230d4
commit b91d2cf241
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ exports.initialize = function initializeSchema(schema, callback) {
throw error;
}
});
} else throw error;
} else throw err;
} else callback();
});