Commit 6b8d7171657c8929f8f55bd670d976fea97f6285

Authored by Adhidarma Hadiwinoto
1 parent 603c7abad3
Exists in master

more log

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -62,6 +62,9 @@ function cancel(task) {
62 62 if (oldHandler.handler) {
63 63 clearTimeout(oldHandler.handler);
64 64 }
  65 + else {
  66 + logger.warn('Undefined oldhandler.handler on resend delay', {request_id: requestId});
  67 + }
65 68 }
66 69 catch(e) {
67 70 logger.warn('Resend delay got exception on clearTimeout', {request_id: requestId, err: e});