mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-28 02:10:39 +00:00
Feature Request: Send text instead of files
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
s.on('error', function(err) {
|
||||
console.log(err);
|
||||
if (err.message.indexOf('Connection is not open') > -1) {
|
||||
console.err('Handle this error!!');
|
||||
console.error('Handle this error!!', err);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user