Skip to content

Commit a6db8d2

Browse files
authored
Add logging of sys.executable on startup. NFC (#1412)
1 parent 4b9e83d commit a6db8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emsdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,7 @@ def main(args):
26832683
errlog("Missing command; Type 'emsdk help' to get a list of commands.")
26842684
return 1
26852685

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

26882689
if cmd in ('help', '--help', '-h'):

0 commit comments

Comments
 (0)