Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(orchestration): handle new jsii-docgen transliteration error (#1420)
Without this, orchestration will always fail loudly. A `TransliterationError` is emitted by `jsii-docgen` when transliteration by `jsii-rosetta` failed. This always implies that all (sub-)modules for the given language will fail, since the transliteration step is not submodule specific. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information