Skip to content

Commit

Permalink
重複とかで死ぬように
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Dec 2, 2012
1 parent 9ed4a44 commit bebca79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Script/Ichigeki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ sub import {
{
my $_HISSATSU;
sub ichigeki {
die "Already running!\n" if $_HISSATSU;

$_HISSATSU = Script::Ichigeki::Hissatsu->new(@_);
$_HISSATSU->execute;
}
Expand Down

0 comments on commit bebca79

Please sign in to comment.