diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-19 22:47:06 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-19 22:47:06 -0600 |
| commit | a2809b02d1c0696c0b7f5d767e79a947201a7c05 (patch) | |
| tree | a2a83b42437dd98cc053a7c0c0a1a8da5e46a7f3 | |
| parent | c352d678fd7ba766c97c12b2d2e6b02c8f343f83 (diff) | |
| download | nimterop-a2809b02d1c0696c0b7f5d767e79a947201a7c05.tar.gz nimterop-a2809b02d1c0696c0b7f5d767e79a947201a7c05.zip | |
Improve msg for Windows
| -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: |
