Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --disable-private-check runner option (#9556)
I forgot to add the `--disable-private-check` cmdline option in #8202. This PR fixes this: ``` > enso -h | grep -A2 private --disable-private-check Disables private module checking at runtime. Useful for tests. ```
- Loading branch information