We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a19723 commit fe0ab29Copy full SHA for fe0ab29
source/reloadedvibes/app.d
@@ -177,14 +177,14 @@ int main(string[] args)
177
if (!optDisableService)
178
{
179
stdout.writeln();
180
- stdout.writeln("Notification service: ", service.toString);
+ stdout.writeln("Notification service: http://", service.toString);
181
}
182
183
if (optSocketWebServer !is null)
184
185
// dfmt off
186
187
- stdout.writeln("Built-in webserver: ", webserver.toString);
+ stdout.writeln("Built-in webserver: http://", webserver.toString);
188
stdout.writeln("Serving: ", optDocumentRootWebServer.absolutePath);
189
stdout.writeln("Script injection: ", ((optNoInjectWebServer) ? "disabled" : "enabled"));
190
// dfmt on
0 commit comments