Skip to content

Commit 90642ee

Browse files
authored
Fix emrun after recent python_selector change (emscripten-core#6844)
1 parent badb580 commit 90642ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from tools import python_selector
77

88
if __name__ == '__main__':
9-
python_selector.run(__file__, main="main")
9+
python_selector.run(__file__)

0 commit comments

Comments
 (0)