We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parameter is incorrect
2021-02-18T07:59:07.5357266Z CC: testament.nim 2021-02-18T07:59:08.2501771Z Hint: [Link] 2021-02-18T07:59:08.4436459Z Hint: 114029 lines; 8.303s; 180.617MiB peakmem; Debug build; proj: testament\testament; out: D:\a\1\s\testament\testament.exe [SuccessX] 2021-02-18T07:59:08.4438342Z Hint: D:\a\1\s\testament\testament.exe --batch:0_3 all -d:nimCoroutines [Exec] 2021-02-18T07:59:08.4471471Z oserr.nim(94) raiseOSError 2021-02-18T07:59:08.4472636Z Error: unhandled exception: The parameter is incorrect. 2021-02-18T07:59:08.4473581Z [OSError] 2021-02-18T07:59:08.4705745Z FAILURE 2021-02-18T07:59:08.4871228Z ##[section]Finishing: Run CI
The text was updated successfully, but these errors were encountered:
fixed by making sure there's no space before command in windows in this:
execExternalProgram(conf, cmdPrefix & output.quoteShell & ' ' & conf.arguments)
in nim-lang#16871
Sorry, something went wrong.
No branches or pull requests
links
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295ebdeb1/_apis/build/builds/13280/logs/104
The text was updated successfully, but these errors were encountered: