Skip to content

Commit 7e519fb

Browse files
authored
Handle exceptions in disk capacity retrieval
1 parent 03a769f commit 7e519fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/+java/disk_capacity.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if i < 1
66
i = [];
77
end
8-
catch
8+
catch e
99
javaException(e)
1010
i = [];
1111
end

0 commit comments

Comments
 (0)