Remove unnecessary StackTrace instantiation (dart-lang/json_rpc_2#69) Manually instantiating `StackTrace.current` when completing with an error does not create a meaningfully different stack trace compared to not passing one at all - it has an extra frame but not a meaningful one.