Skip to content

Commit

Permalink
Added rethrow
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Sep 26, 2024
1 parent 38913c5 commit 7968a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pub_worker/lib/src/bin/dartdoc_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Future<void> postProcessDartdoc({
await tmpTar.deleteIgnoringErrors();

_log.shout('Failed to run dartdoc post-processing.', e, st);
rethrow;
}
}

Expand Down

0 comments on commit 7968a2a

Please sign in to comment.