mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-20 16:09:32 +00:00
mod/inspectvar: use $ExitOnError
This commit is contained in:
parent
5d0760e422
commit
9ae01995d7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
:put [ :tocrlf [ $InspectVarReturn $1 ] ];
|
||||
} do={
|
||||
:global ExitError; $ExitError false $0 $Err;
|
||||
:global ExitOnError; $ExitOnError $0 $Err;
|
||||
} }
|
||||
|
||||
# inspect variable and return formatted string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue