diff options
| -rw-r--r-- | nimterop/toast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/toast.nim b/nimterop/toast.nim index 8f607ff..34409fc 100644 --- a/nimterop/toast.nim +++ b/nimterop/toast.nim @@ -159,7 +159,7 @@ proc main( outputFile = getTempDir() / "toast_" & ($getTime().toUnix()).addFileExt("nim") when defined(windows): # https://github.com/nim-lang/Nim/issues/12939 - echo "Check cannot print wrapper on Windows, use --output or review " & outputFile + echo "Cannot print wrapper with check on Windows, review " & outputFile & "\n" # Redirect output to file if outputFile.len != 0: |
