Skip to content

Commit

Permalink
Fix emrun after recent python_selector change (emscripten-core#6844)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jul 12, 2018
1 parent badb580 commit 90642ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emrun
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from tools import python_selector

if __name__ == '__main__':
python_selector.run(__file__, main="main")
python_selector.run(__file__)

0 comments on commit 90642ee

Please sign in to comment.