makes nimsuggest listen on localhost by default (#23351)

(cherry picked from commit 2081da3207)
This commit is contained in:
Juan M Gómez
2024-03-04 08:58:06 +00:00
committed by narimiran
parent 11713ef018
commit c17e48c9c5

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)