@@ -941,7 +941,7 @@ function checkIfCommandExists(app) {
letout=GLib.spawn_command_line_sync(cmd);
// out contains 1: stdout, 2: stderr, 3: exit code
answer=out[3]==0;
}catch{
}catch(ex) {
answer=false;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.