Skip to content

Commit

Permalink
Misplaced paren in deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Mar 2, 2010
1 parent 146266c commit 05ddc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/narwhal.js
Expand Up @@ -132,7 +132,7 @@ exports.ensureEngine = function(engines) {
};

exports.deprecated = function(warning) {
require("term").stream.printError("\0yellow(Deprecated: "+warning+")\0)");
require("term").stream.printError("\0yellow(Deprecated: "+warning+"\0)");
}

// and now for something completely different
Expand Down

0 comments on commit 05ddc04

Please sign in to comment.