Skip to content

Commit

Permalink
only trace system error not biz error
Browse files Browse the repository at this point in the history
  • Loading branch information
hufeng committed Jul 4, 2018
1 parent f91c77e commit 8a46c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dubbo/src/dubbo.ts
Expand Up @@ -162,7 +162,6 @@ export default class Dubbo<TService = Object>
await fn(ctx);
} catch (err) {
log(err);
traceErr(err);
}

return ctx.body;
Expand Down

0 comments on commit 8a46c7c

Please sign in to comment.