Skip to content

Commit 4e54910

Browse files
committed
Rename debugger's http server reactor.
1 parent 1ccae17 commit 4e54910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactors-debugger/src/main/scala/io/reactors/debugger/WebDebugger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extends DebugApi with Protocol.Service with WebApi {
2525
private val server = {
2626
val proto = Proto[WebServer](this)
2727
.withScheduler(JvmScheduler.Key.newThread)
28-
.withName("web-debugger-server")
28+
.withName("~debugger/http-server")
2929
system.spawn(proto)
3030
}
3131
private val monitor = system.monitor

0 commit comments

Comments
 (0)