summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/lib/FML/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm
index 64be4c0f..e770f7e0 100644
--- a/fml/lib/FML/Command.pm
+++ b/fml/lib/FML/Command.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Command.pm,v 1.20 2002/02/17 13:35:13 fukachan Exp $
+# $FML: Command.pm,v 1.21 2002/02/19 13:32:43 fukachan Exp $
#
package FML::Command;
@@ -112,8 +112,8 @@ sub AUTOLOAD
}
}
else {
- LogError("$pkg module is not found");
LogError($@) if $@;
+ LogError("$pkg module is not found");
croak("$pkg module is not found"); # upcall to FML::Process::Command
}
}