iptoux / bash_error_lib

An standalone bash "library" that catches mostly all errors of an bash script.
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

Debug don't output while set in script. #5

Closed iptoux closed 1 year ago

iptoux commented 1 year ago

The debug output is only shown when auto is set true or when cmd opt is given.

Problematic part

Line 296 - 306: No check if bool is given by (func) arg.

iptoux commented 1 year ago

False flag, the check is in bs_debug itself.