Add logging of sys.executable on startup. NFC (#1412)

This commit is contained in:
Sam Clegg
2024-06-25 13:03:25 -07:00
committed by GitHub
parent 4b9e83d629
commit a6db8d2872

View File

@@ -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'):