X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbackend%2FTTYSessionInfo.java;h=d7f5bc8e246d32da560da62c7e02886e7ddf1971;hb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;hp=e6fa57afd5d1208b7b3e4c4e3dbf4aa99736cdee;hpb=d625990deaa2c24624adc9fbd3fcab58891f5aef;p=fanfix.git diff --git a/src/jexer/backend/TTYSessionInfo.java b/src/jexer/backend/TTYSessionInfo.java index e6fa57a..d7f5bc8 100644 --- a/src/jexer/backend/TTYSessionInfo.java +++ b/src/jexer/backend/TTYSessionInfo.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -213,7 +213,7 @@ public class TTYSessionInfo implements SessionInfo { process.waitFor(); break; } catch (InterruptedException e) { - e.printStackTrace(); + // SQUASH } } int rc = process.exitValue();