mirror of
https://github.com/go-delve/delve.git
synced 2025-10-31 02:36:18 +08:00
@ -412,7 +412,7 @@ func execute(attachPid int, processArgs []string, conf *config.Config, kind exec
|
|||||||
WorkingDir: WorkingDir,
|
WorkingDir: WorkingDir,
|
||||||
}, Log)
|
}, Log)
|
||||||
default:
|
default:
|
||||||
fmt.Println("Unknown API version %d", APIVersion)
|
fmt.Printf("Unknown API version: %d\n", APIVersion)
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user