Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add diagnose return type annotation for windows bazel builds
Due to the Windows Bazel directory structure, TypeScript can not safely infer the return type of the `diagnose` function in the parallel worker module. The return type should ideally be explicit regardless and so a return type is now provided for the function.
- Loading branch information