final NutsContinuation cont = new NutsContinuation(exit, loc, id);
frame = frame.put(exit, cont);
final Object r = body.run(frame, runtime);
if(r instanceof Component){
final Component c = (Component)r;
return new DelegatingComponent(c){
public Object create(Dependency dep){
try{
return super.create(dep);
}
catch(RuntimeException e){