This commit is contained in:
Alon Zakai 2012-02-27 15:59:30 -08:00
Родитель 2de8bb327d
Коммит c540f3f36a
1 изменённых файлов: 1 добавлений и 1 удалений

2
emcc
Просмотреть файл

@ -722,7 +722,7 @@ try:
src = open(final).read()
final += '.pp.js'
open(final, 'w').write((pre_js or '') + src + (post_js or ''))
if DEBUG: save_intermediate('pre/post')
if DEBUG: save_intermediate('pre-post')
# Apply a source code transformation, if requested
if js_transform: