Skip to content

Commit 018f564

Browse files
authored
Bump version 1.10.2 (#309)
1 parent cc44c9a commit 018f564

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nimlangserver.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mode = ScriptMode.Verbose
22

33
packageName = "nimlangserver"
4-
version = "1.10.0"
4+
version = "1.10.2"
55
author = "The core Nim team"
66
description = "Nim language server for IDEs"
77
license = "MIT"

suggestapi.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ proc createNimsuggest*(
392392
stdoutHandle = AsyncProcess.Pipe,
393393
stderrHandle = AsyncProcess.Pipe,
394394
)
395+
debug "Nimsuggest started with args", args = args
395396
asyncSpawn logNsError(result)
396397
let portLine = await result.process.stdoutStream.readLine(sep = "\n")
397398
debug "Nimsuggest port", portLine = portLine

0 commit comments

Comments
 (0)