169170171172173174175176177178179
if (timedOut) { project.log("Timeout: sub-process interrupted", Project.MSG_WARN); } else { thread = null; w.stop(); } } } if (caught != null) {
154155156157158159160161162163164
174175176177178179180181182183184
if (timedOut) { project.log("Timeout: sub-process interrupted", Project.MSG_WARN); } else { thread = null; w.stop(); } } } if (caught != null) { throw caught;
155156157158159160161162163164165
151152153154155156157158159160161
191192193194195196197198199200201