Lawrence Finn

Results 1 comments of Lawrence Finn

I had the same problem and commenting out shutdown seemed to fix it ``` diff --git a/mypipe-runner/src/main/scala/mypipe/runner/PipeRunner.scala b/mypipe-runner/src/main/scala/mypipe/runner/PipeRunner.scala index b3cf449..d0ec4b7 100644 --- a/mypipe-runner/src/main/scala/mypipe/runner/PipeRunner.scala +++ b/mypipe-runner/src/main/scala/mypipe/runner/PipeRunner.scala @@ -52,7 +57,7 @@ object...