Skip to content

Commit 819298b

Browse files
committed
debug
1 parent 05b6011 commit 819298b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

code/internal/+openminds/+internal/+utility/+string/uriJoin.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
end
1111
catch
1212
varargin{:}
13+
error('Debug')
1314
end
1415
end

tools/tests/unitTests/InstanceTest.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ function testCreateType(testCase, MetadataType)
4141
end
4242

4343
function dispNoOutput(instance) %#ok<INUSD>
44+
try
4445
c = evalc('disp(instance)'); %#ok<NASGU>
46+
catch
47+
disp(c)
48+
end
4549
end
4650
end
4751

0 commit comments

Comments
 (0)