mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-06 12:36:47 -07: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.