You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[13:51:06 ] ~/github.com/heroku/heroku.scala $ forego run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> [13:51:14 ] ~/github.com/heroku/heroku.scala $
In comparison, foreman works properly...
[13:50:21 ] ~/github.com/heroku/heroku.scala $ foreman run sbt
Listening for transport dt_socket at address: 5005
[info] Loading global plugins from /Users/scott/.sbt/plugins
[info] Loading project definition from /Users/scott/github.com/heroku/heroku.scala/project
[info] Set current project to heroku-scala-project (in build file:/Users/scott/github.com/heroku/heroku.scala/)
> exit
[13:51:26 ] ~/github.com/heroku/heroku.scala
Same behavior for irb
> [13:51:14 ] ~/github.com/heroku/heroku.scala $ forego run irb
Switch to inspect mode.
[13:54:34 ] ~/github.com/heroku/heroku.scala $ foreman run irb
irb(main):001:0>
The text was updated successfully, but these errors were encountered:
perhaps it has to do with runinng with repls
running sbt with forego exits immediately
In comparison, foreman works properly...
Same behavior for irb
The text was updated successfully, but these errors were encountered: