mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Set warning as an alias for warn on Console.prototype, not on the singleton
This commit is contained in:
@@ -319,6 +319,6 @@ _.extend(Console.prototype, {
|
||||
|
||||
});
|
||||
|
||||
Console.warning = Console.warn;
|
||||
Console.prototype.warning = Console.prototype.warn;
|
||||
|
||||
exports.Console = new Console;
|
||||
Reference in New Issue
Block a user