mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
update Avian_avian_Machine_dumpHeap to reflect classpath refactoring
This commit is contained in:
parent
1722b68277
commit
8cbe323d52
@ -126,7 +126,8 @@ Avian_avian_Machine_dumpHeap
|
|||||||
fclose(out);
|
fclose(out);
|
||||||
} else {
|
} else {
|
||||||
object message = makeString(t, "file not found: %s", n);
|
object message = makeString(t, "file not found: %s", n);
|
||||||
t->exception = makeRuntimeException(t, message);
|
t->exception = t->m->classpath->makeThrowable
|
||||||
|
(t, Machine::RuntimeExceptionType, message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user