Fix #446
This commit is contained in:
parent
18da3c8b4c
commit
3cc9c4b2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ proc init(options: Options) =
|
|||
result = name.strip()
|
||||
display("Using", "$# for new package author" % [result.escape()],
|
||||
priority = HighPriority)
|
||||
else:
|
||||
if result.len == 0:
|
||||
result = promptCustom(options, "Your name?", "Anonymous")
|
||||
let pkgAuthor = getAuthor()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue