Commit ea1413e7 authored by Libin Lu's avatar Libin Lu Committed by GitHub

update error message

parent 4354686a
......@@ -179,7 +179,7 @@ FCM.on = (event, callback) => {
try {
await callback(data);
} catch (err) {
console.error('Notification handler err', err);
console.error('Notification handler err:\n'+err.stack);
throw err;
}
if (!data._finishCalled) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment