Navigation Menu

Skip to content

Commit

Permalink
Export Domain correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent 0915970 commit 830dbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command-line.js
Expand Up @@ -8,4 +8,4 @@ exports.getContext = function(databasePath) {
(context = new nroonga.Context(databasePath || exports.defaultDatabasePath));
};

exports.Domain = require('./database/domain');
exports.Domain = require('./database/domain').Domain;

0 comments on commit 830dbb2

Please sign in to comment.