Add logging of sys.executable on startup. NFC (#1412)
This commit is contained in:
1
emsdk.py
1
emsdk.py
@@ -2683,6 +2683,7 @@ def main(args):
|
|||||||
errlog("Missing command; Type 'emsdk help' to get a list of commands.")
|
errlog("Missing command; Type 'emsdk help' to get a list of commands.")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
debug_print('esmdk.py running under `%s`' % sys.executable)
|
||||||
cmd = args.pop(0)
|
cmd = args.pop(0)
|
||||||
|
|
||||||
if cmd in ('help', '--help', '-h'):
|
if cmd in ('help', '--help', '-h'):
|
||||||
|
|||||||
Reference in New Issue
Block a user