1
0
Fork 0

Corrected warning console output invocation

perfodd
Mike Gerwitz 2012-12-17 09:43:51 -05:00
parent 8c869ac3be
commit 02e22e64b9
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ exports.handlers = {
var dest;
_console && ( dest = _console.warn || _console.log ) &&
dest( 'Warning: ' + warning.message );
dest.call( _console, ( 'Warning: ' + warning.message ) );
},