Clean up no-unreachable lint errors
This commit is contained in:
parent
fbfbf2158a
commit
45ddbb6d67
2 changed files with 0 additions and 2 deletions
|
@ -111,7 +111,6 @@ var metaToValue = function(meta) {
|
|||
return new Date(meta.value);
|
||||
case 'exception':
|
||||
throw new Error(meta.message + "\n" + meta.stack);
|
||||
break;
|
||||
default:
|
||||
if (meta.type === 'function') {
|
||||
// A shadow class to represent the remote function object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue