boot-script/src/main/java/net/java/html/boot/script/ScriptPresenter.java [363:373]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    command.run();
                } catch (IOException ex) {
                    throw new IllegalStateException(ex);
                }
            }
        }
        final Runnable wrap = new Wrap();
        if (exc == null) {
            wrap.run();
        } else {
            exc.execute(wrap);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



boot-truffle/src/main/java/net/java/html/boot/truffle/TrufflePresenter.java [170:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    command.run();
                } catch (IOException ex) {
                    throw new IllegalStateException(ex);
                }
            }
        }
        final Runnable wrap = new Wrap();
        if (exc == null) {
            wrap.run();
        } else {
            exc.execute(wrap);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



