diff options
Diffstat (limited to 'libs/uvl/root')
-rwxr-xr-x | libs/uvl/root/usr/bin/uvl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/uvl/root/usr/bin/uvl b/libs/uvl/root/usr/bin/uvl index 1631208f0..7dc6a00aa 100755 --- a/libs/uvl/root/usr/bin/uvl +++ b/libs/uvl/root/usr/bin/uvl @@ -123,7 +123,7 @@ else end os.exit( 0 ) else - if not options.silent then print( err ) end + if not options.silent then print( err and err:string() or "Unknown error" ) end os.exit( 1 ) end end |