Skip to content

Commit e041a51

Browse files
committed
Fixed missing output.
1 parent 23e14b4 commit e041a51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/boot/DebugHeader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ var DebugHeader = function (game)
4343
}
4444
else
4545
{
46+
c = c.concat('%c ');
47+
4648
args.push('color: ' + config.bannerTextColor + '; background: ' + config.bannerBackgroundColor);
4749
}
4850

0 commit comments

Comments
 (0)