mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 18:45:28 +00:00
af2207433d
ok_or will unconditionally creates a LoggedResult, which prints an error even it successes. Use ok_or_else which lazily creates a LoggedResult only if it fails. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle.kts |