Link to the issue instead of listing issue number

This commit is contained in:
Robbert van der Helm
2020-12-11 13:01:45 +01:00
parent c306048988
commit 29f1754527
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void GroupBridge::handle_plugin_dispatch(size_t plugin_id) {
"All plugins have exited, shutting down the group process");
// main_context.stop();
// FIXME: See the comment in `individual-host.cpp` #69
// FIXME: See the comment in `individual-host.cpp`
TerminateProcess(GetCurrentProcess(), 0);
}
});