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