Last line on the chat message is being sent first, and then in ascending order. Example" $env:IMPORTANT_VAR='true' npm run dev being run as: npm run dev $env:IMPORTANT_VAR='true'
Last line on the chat message is being sent first, and then in ascending order.
Example"
$env:IMPORTANT_VAR='true'
npm run dev
being run as:
npm run dev
$env:IMPORTANT_VAR='true'