Remove spammy message about nimscriptapi.nim.
This commit is contained in:
parent
d854bc64c8
commit
06b942680b
1 changed files with 1 additions and 2 deletions
|
|
@ -206,8 +206,7 @@ proc execScript(scriptName: string, flags: StringTableRef, options: Options) =
|
|||
# Ensure that "nimblepkg/nimscriptapi" is in the PATH.
|
||||
let nimscriptApiPath = findNimscriptApi(options)
|
||||
if nimscriptApiPath.len > 0:
|
||||
echo("Using custom nimscriptapi.nim defined in ",
|
||||
nimscriptApiPath / "nimblepkg")
|
||||
# TODO: Once better output is implemented show a message here.
|
||||
appendStr(searchPaths, nimscriptApiPath)
|
||||
else:
|
||||
let tmpNimscriptApiPath = getTempDir() / "nimblepkg" / "nimscriptapi.nim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue