Minor paste changes

This commit is contained in:
Auxilor
2021-07-16 13:25:09 +02:00
committed by Auxilor
parent 2644495bca
commit 23e18cd0dd

View File

@@ -71,7 +71,7 @@ public class Paste {
responseHandler.accept(responseString);
} catch (IOException e) {
e.printStackTrace();
responseHandler.accept(e.getMessage());
}
responseHandler.accept("");