Update src/native/mod.rs

Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
lat9nq 2021-10-15 19:19:00 -04:00 committed by GitHub
parent 77a26c1496
commit f809e6cb23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ mod natives {
name: &str, name: &str,
description: &str, description: &str,
target: &str, target: &str,
args: &str, args: &[&str],
working_dir: &str, working_dir: &str,
exe_path: &str, exe_path: &str,
) -> Result<String, String> { ) -> Result<String, String> {