Guest User

Untitled

a guest
Dec 15th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. diff --git a/framework/src/play-server/src/main/scala/play/core/server/DevServerStart.scala b/framework/src/play-server/src/main/scala/play/core/server/DevServerStart.scala
  2. index 5bb490950..8a146e8be 100644
  3. --- a/framework/src/play-server/src/main/scala/play/core/server/DevServerStart.scala
  4. +++ b/framework/src/play-server/src/main/scala/play/core/server/DevServerStart.scala
  5. @@ -116,6 +116,9 @@ object DevServerStart {
  6. * can be displayed in the user's browser. Failure is usually the result of a compilation error.
  7. */
  8. def get: Try[Application] = {
  9. +
  10. + Thread.dumpStack()
  11. +
  12. // Block here while the reload happens. Reloading may take seconds or minutes
  13. // so this is a potentially very long operation!
  14. // TODO: Make this method return a Future[Application] so we don't need to block more than one thread.
Add Comment
Please, Sign In to add comment