Skip to content

Commit

Permalink
Added break
Browse files Browse the repository at this point in the history
  • Loading branch information
katono committed Sep 14, 2014
1 parent d11e5c2 commit 39d055d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/rogue/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ local function do_args(args)
break
elseif args[i] == '-r' then
g.do_restore = true
break
elseif args[i] == '--resume' then
-- failed to resume
g.message(g.mesg[543])
Expand Down

0 comments on commit 39d055d

Please sign in to comment.