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
I expect this line might not be operating as you expect:
const shouldTrim = trim ? "-trim" : "";
Later, you insert ${shouldTrim} into the command.
Coming from shells like Bash, you're probably expecting that empty string to disappear and have no effect. But dax automatically quotes all arguments, so you're still ending up with a "" or '' in the arguments getting passed to convert.
Try enabling verbose command logging like this to verify:
I have a command here:
For some reason this just hangs:
The text was updated successfully, but these errors were encountered: