Skip to content

Commit

Permalink
makes nimsuggest listen on localhost by default (#23351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Mar 4, 2024
1 parent a619434 commit 2081da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimsuggest/nimsuggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2081da3

Please sign in to comment.