summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
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)