We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running a command from JS, that returns a multiline stdout, the output is changed everytime.
https://github.com/domiSchenk/tauri-bug-command
Output should be every time the same
Operating System - Windows, version 10.0.19042 X64 Webview2 - 91.0.864.64 Node.js environment Node.js - 14.15.0 @tauri-apps/cli - 1.0.0-beta.5 @tauri-apps/api - 1.0.0-beta.4 Global packages npm - 6.14.8 yarn - 1.22.10 Rust environment rustc - 1.53.0 cargo - 1.53.0 App directory structure /.git /dist /node_modules /src-tauri App tauri.rs - 1.0.0-beta.4 build-type - bundle CSP - default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' distDir - ../dist devPath - ../dist
The text was updated successfully, but these errors were encountered:
fix(core): random shell command output order, closes #2184
4f53f97
737da87
lucasfernog
No branches or pull requests
Describe the bug
When running a command from JS, that returns a multiline stdout, the output is changed everytime.
To Reproduce
https://github.com/domiSchenk/tauri-bug-command
Expected behavior
Output should be every time the same
Screenshots
Platform and Versions (required):
The text was updated successfully, but these errors were encountered: