-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[bug] unknown variant executeAndReturn
, expected one of execute
, stdinWrite
, killChild
, open
#9786
Comments
you'll need to update |
problematic versions have been yanked and a new release has been made |
I converted the version to 1.5.4, but still reported the same error,Do I need to modify anything else? |
the problematic versions have been yanked and deprecated. Try upgrading |
please share a repro then |
|
Please upload a full repo that has the issue, as I can't reproduce with a fresh tauri app |
I had the same error and I have solved this problem with "cargo update" |
Describe the bug
const output = await new Command('echo', 'message').execute();
console.log('out: ',output)
调用execute时报的错误--- unknown variant
executeAndReturn
, expected one ofexecute
,stdinWrite
,killChild
,open
Reproduction
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: