Skip to content

Commit

Permalink
Add logging of sys.executable on startup. NFC (emscripten-core#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jun 25, 2024
1 parent 4b9e83d commit a6db8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emsdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2683,6 +2683,7 @@ def main(args):
errlog("Missing command; Type 'emsdk help' to get a list of commands.")
return 1

debug_print('esmdk.py running under `%s`' % sys.executable)
cmd = args.pop(0)

if cmd in ('help', '--help', '-h'):
Expand Down

0 comments on commit a6db8d2

Please sign in to comment.