for a sense of unity.
another is .nimble. so I modified.
This commit is contained in:
parent
75b7a215e8
commit
bf49330d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ proc init(options: Options) =
|
|||
validatePackageName(nimbleFile.changeFileExt(""))
|
||||
|
||||
if existsFile(os.getCurrentDir() / nimbleFile):
|
||||
raise newException(NimbleError, "Nimble file already exists.")
|
||||
raise newException(NimbleError, ".nimble file already exists.")
|
||||
|
||||
display("Using", "$# for new package name" % [pkgName.escape()],
|
||||
priority = HighPriority)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue