From 106dad088baedf7847c4d2f4cfec9a3afd24032c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 15 Jan 2016 17:13:02 -0800 Subject: improve check.py warnings --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 0867c2fa7..b5c6e888e 100755 --- a/check.py +++ b/check.py @@ -469,4 +469,4 @@ if has_emcc: print '\n[ success! ]' if warnings: - print warnings + print '\n' + '\n'.join(warnings) -- cgit v1.2.3