index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
check.py
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'check.py')
-rwxr-xr-x
check.py
2
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)