Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 14, 2011
1 parent fd1f78a commit 953c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/advanced_structures/FullText.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ FullText.prototype.init = function () {
try {
this.stem = require('stem').stem;
} catch (e) {
console.err('Full text requires the libstemmer bindings: `npm install -g stem`');
console.error('Full text requires the libstemmer bindings: `npm install -g stem`');
process.exit(1);
}
}
Expand Down

0 comments on commit 953c112

Please sign in to comment.