Fix unknown backend "" error

This commit is contained in:
MZI 2018-10-14 18:28:06 +08:00
parent 2ef722e758
commit ebc19047f2
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 97BE7A905A0DA326
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -152,6 +152,7 @@ func startDelveDebugger(addr string, ch chan int) int {
APIVersion: 2,
WorkingDir: ".",
ProcessArgs: []string{abs},
Backend: "default",
})
if err := server.Run(); err != nil {
beeLogger.Log.Fatalf("Could not start debugger server: %v", err)