File not overwritten by example code message
This commit is contained in:
parent
192ea12ab9
commit
153866252d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ proc writeExampleIfNonExistent(file: string, content: string) =
|
|||
writeFile(file, content)
|
||||
else:
|
||||
display("Info:", "File " & file & " already exists, did not write " &
|
||||
"example code", Message, LowPriority)
|
||||
"example code", priority = HighPriority)
|
||||
|
||||
proc createPkgStructure*(info: PkgInitInfo, pkgRoot: string) =
|
||||
# Create source directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue