Ensure that error in handleDataMessage is treated as error

This commit is contained in:
Scott Nonnenberg 2018-08-08 09:40:12 -07:00
parent 61429090ff
commit ae6876a153

View file

@ -1262,6 +1262,7 @@
'error:', 'error:',
errorForLog errorForLog
); );
throw error;
} }
}); });
}, },