bugfix log wrapper function fixes #31
This commit is contained in:
parent
47c12ce82e
commit
92b0876ce2
|
@ -168,7 +168,7 @@ function compileWarningsToYellowBox() {
|
|||
if (compileWarningRx.test(msg)) {
|
||||
console.warn(msg);
|
||||
} else {
|
||||
log.call(window.console, msg);
|
||||
log.apply(window.console, arguments);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue