You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: 64-bit Mac (Darwin Kernel Version 15.6.0) && Linux 3.2.45-0.6.wd.865.49.315.metal1.x86_64
Subsystem:
Current Behavior:
When eval'ing an inline script (node -e) you can freely pass arguments, but if it's a flag that node understands it will evaluate that flag instead of running the inlined script.
Expected Behavior:
I would expect this behavior to match the behavior of running a non-eval'd script.
Current Behavior:
When eval'ing an inline script (
node -e
) you can freely pass arguments, but if it's a flag that node understands it will evaluate that flag instead of running the inlined script.Expected Behavior:
I would expect this behavior to match the behavior of running a non-eval'd script.
Example (inline):
Example (non-inline):
The text was updated successfully, but these errors were encountered: