mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Improve false interpreter missing CLI arg message
This commit is contained in:
parent
6f35d1891a
commit
8849e5cdd1
2 changed files with 4 additions and 2 deletions
|
@ -489,7 +489,7 @@ fn roc_run(
|
|||
) -> io::Result<i32> {
|
||||
use std::os::unix::process::CommandExt;
|
||||
|
||||
let mut cmd = match triple.architecture {
|
||||
match triple.architecture {
|
||||
Architecture::Wasm32 => {
|
||||
// If possible, report the generated executable name relative to the current dir.
|
||||
let generated_filename = binary_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue