mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 14:55:24 +00:00
Deprecate when declared(echo):echo (#13840)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user