onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
236 stars 26 forks source link

'_StackTrace' is not a subtype of type 'Trace' #241

Closed fotiDim closed 3 months ago

fotiDim commented 3 months ago

With dcli 4.0.1-beta.1 I am getting:

Unhandled exception:
type '_StackTrace' is not a subtype of type 'Trace' in type cast
#0      _startIsolate.<anonymous closure> (package:dcli/src/process/process/process_in_isolate2.dart:154:32)
<asynchronous suspension>
bsutton commented 3 months ago

what were you doing that generated the error?

bsutton commented 3 months ago

this is fixed in master.

fotiDim commented 3 months ago

@bsutton we should have a beta 2 release because for me alpha 13 is working but beta 1 is not.