Skip to content

Commit

Permalink
Add logging of sys.executable on startup. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jun 21, 2024
1 parent ca7b40a commit 30933b9
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 30933b9

Please sign in to comment.