Deprecate when declared(echo):echo (#13840)

This commit is contained in:
Juan Carlos
2020-04-01 21:56:18 -03:00
committed by GitHub
parent 9102ac8c7d
commit afd0afe0a3
4 changed files with 79 additions and 81 deletions

View File

@@ -892,7 +892,7 @@ elif not defined(useNimRtl):
# Parent process. Copy process information.
if poEchoCmd in options:
when declared(echo): echo(command, " ", join(args, " "))
echo(command, " ", join(args, " "))
result.id = pid
result.exitFlag = false