Creling 2021-01-17 12:17:11 -05:00 zatwierdzone przez GitHub
commit 53e95fd70e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -653,7 +653,7 @@ function GDB() {
this.proc.on("error", function(e) {
console.error("ERROR while launching the debugger:");
if (e.code == "ENOENT") {
console.log("\t\"gdbserver\" is not installed");
console.log("\t\"gdb\" is not installed");
} else {
console.error(e);
}