[Common] Added missing return statement 43/193343/1
authorPiotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
Mon, 19 Nov 2018 13:46:34 +0000 (14:46 +0100)
committerPiotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
Mon, 19 Nov 2018 13:46:37 +0000 (14:46 +0100)
commitfa478b91fc7685b8bc143788f5239e05409f7246
tree2cebf7253201d8d09fa65e50462ff03986df22bf
parent167de1ac0fc699f65fc1a6eb62bee31c76a45997
[Common] Added missing return statement

[Bug] When parsing invalid message, exception is catched, but the control
  is not finished. Going to following lines, other exception would be raised.
  We need to finish execution for invalid message.

[Verification] Code compiles without errors.

Change-Id: I65784e775b9a765332c4a1f0a19b8184e896872c
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
src/utils/utils_api.js