We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1b08d commit 0bd5260Copy full SHA for 0bd5260
1 file changed
vminitd/Sources/vmexec/vmexec.swift
@@ -85,7 +85,7 @@ extension App {
85
}
86
87
guard execvpe(executable, argv, env) != -1 else {
88
- throw App.Errno(stage: "execvpe(\(String(describing: executable)))", info: "Failed to exec [\(process.args[1...].joined(separator: " "))]")
+ throw App.Errno(stage: "execvpe(\(String(describing: executable)))", info: "Failed to exec [\(process.args.joined(separator: " "))]")
89
90
fatalError("execvpe failed")
91
0 commit comments