Skip to content

Commit 2e65cf1

Browse files
committed
chore: fix merging errors
1 parent 61725c6 commit 2e65cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pythonmonkey/cli/pmjs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ async def runREPL():
394394
await pm.wait()
395395
asyncio.run(runREPL())
396396

397+
globalThis.python.exit() # need for python.exit.code in require.py
398+
397399

398400
if __name__ == "__main__":
399401
main()

0 commit comments

Comments
 (0)