aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/webrick.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v2/webrick.rb')
-rw-r--r--lib/sisu/v2/webrick.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v2/webrick.rb b/lib/sisu/v2/webrick.rb
index 05aac1ee..ff228a65 100644
--- a/lib/sisu/v2/webrick.rb
+++ b/lib/sisu/v2/webrick.rb
@@ -168,7 +168,9 @@ WOK
puts " #{@cX.off}"
get=@argv.shift if @argv[0] =~/pwd/ #% argv
brick(@port,get)
-rescue; SiSU_Errors::Info_error.new($!,$@,'-W',nil).error #fix
+rescue;
+ require "#{SiSU_lib}/sysenv" # sysenv.rb
+ SiSU_Errors::Info_error.new($!,$@,'-W',nil).error #fix
ensure
end
__END__