Skip to content

Commit

Permalink
Modified interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Nov 24, 2017
1 parent f7d4f58 commit 38e7d96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/mklink/interactive/interractive.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ func (c *Context) Run() error {
if !ok {
break
}
if len(res) == 0 {
continue
}
if err := c.MakeLink(res); err != nil {
fmt.Fprintln(c.writer, err)
}
Expand Down

0 comments on commit 38e7d96

Please sign in to comment.