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
>const{ exec }=require('node:child_process');>const{ promisify }=require('node:util');>constexecAsync=promisify(exec);>awaitexecAsync('mise tasks --json'){stdout: '[]\n',stderr: 'mise WARN Config files in /private/tmp/mise-cccc/mise.toml are not trusted.\n'+'Trust them with `mise trust`.\n'}>awaitexecAsync('mise tasks --json'){stdout: '[]\n',stderr: ''}
In this case, the directory is added to the ignored directory. I would expect it to behave the same as using ctrl+c and exit with error 1.
The text was updated successfully, but these errors were encountered:
In this case, the directory is added to the ignored directory. I would expect it to behave the same as using ctrl+c and exit with error 1.
The text was updated successfully, but these errors were encountered: