makes nimsuggest listen on localhost by default (#23351)

This commit is contained in:
Juan M Gómez
2024-03-04 08:58:06 +00:00
committed by GitHub
parent a619434904
commit 2081da3207

View File

@@ -92,7 +92,7 @@ type
var
gPort = 6000.Port
gAddress = ""
gAddress = "127.0.0.1"
gMode: Mode
gEmitEof: bool # whether we write '!EOF!' dummy lines
gLogging = defined(logging)