diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-28 12:18:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-28 12:18:47 +0200 |
| commit | d1c7fc202bcd0cdd7dd905c6e1c9c4e48e7b6223 (patch) | |
| tree | 427b4a1952655481a6b8716ea2b0a0a2b998d0c1 | |
| parent | 60db49fb5f2891047813947190cc84ff3d425a39 (diff) | |
| download | telesucker-d1c7fc202bcd0cdd7dd905c6e1c9c4e48e7b6223.tar.gz telesucker-d1c7fc202bcd0cdd7dd905c6e1c9c4e48e7b6223.zip | |
do not crash on http error
| -rw-r--r-- | worker.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ if (LOGGLY_TOKEN) } catch (err) { logger.error("Telemetry download error", err); ch.nack(msg, false, true); // TODO how to handle this? + return; } } |
