guardDebugger arguments mixed up in example and documentation
nano0m opened this issue · comments
nano0m commented
In tamperdetector version 1.0.1 documentation and examples shows that first argument unit is success (no debuggers detected and second is "error" unit) yet implementation is reversed
fun guardDebugger(error: (() -> Unit) = {}, function: (() -> Unit))