mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@ -721,7 +721,7 @@ pub fn get_test_details(file string) TestDetails {
|
||||
return res
|
||||
}
|
||||
|
||||
pub fn find_started_process(pname string) ?string {
|
||||
pub fn find_started_process(pname string) !string {
|
||||
for line in testing.all_processes {
|
||||
if line.contains(pname) {
|
||||
return line
|
||||
|
Reference in New Issue
Block a user