getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

user `--loader` gets overwritten in node14 #124

Open lachrist opened 2 years ago

lachrist commented 2 years ago

Node14 does not support multiple --loader arguments and only the last occurrence gets executed. It follows that we are not able to record commands in node14 which contains a --loader argument (either directly via the CLI or via NODE_OPTIONS).