From 8df967b1ad2c79637e63af381aa346af6d999f78 Mon Sep 17 00:00:00 2001 From: kojix2 Date: Wed, 25 May 2022 07:24:38 +0000 Subject: [PATCH] deploy: 41c0d37a1346556a8bd9b28a17602546180a25b4 --- UnicodePlot.html | 2 +- YouPlot.html | 2 +- YouPlot/Backends.html | 2 +- YouPlot/Backends/Processing.html | 2 +- YouPlot/Backends/UnicodePlot.html | 2 +- YouPlot/Backends/UnicodePlot/Error.html | 2 +- YouPlot/Command.html | 20 ++++++++++++++++---- YouPlot/DSV.html | 2 +- YouPlot/Data.html | 2 +- YouPlot/Options.html | 2 +- YouPlot/Parameters.html | 2 +- YouPlot/Parser.html | 2 +- YouPlot/Parser/Error.html | 2 +- _index.html | 2 +- file.README.html | 2 +- index.html | 2 +- top-level-namespace.html | 2 +- 17 files changed, 32 insertions(+), 20 deletions(-) diff --git a/UnicodePlot.html b/UnicodePlot.html index 03a9582..e85346a 100644 --- a/UnicodePlot.html +++ b/UnicodePlot.html @@ -241,7 +241,7 @@ diff --git a/YouPlot.html b/YouPlot.html index ee695de..bafc662 100644 --- a/YouPlot.html +++ b/YouPlot.html @@ -296,7 +296,7 @@ diff --git a/YouPlot/Backends.html b/YouPlot/Backends.html index bd30320..7350e9f 100644 --- a/YouPlot/Backends.html +++ b/YouPlot/Backends.html @@ -118,7 +118,7 @@ diff --git a/YouPlot/Backends/Processing.html b/YouPlot/Backends/Processing.html index d483f97..10663a1 100644 --- a/YouPlot/Backends/Processing.html +++ b/YouPlot/Backends/Processing.html @@ -208,7 +208,7 @@ diff --git a/YouPlot/Backends/UnicodePlot.html b/YouPlot/Backends/UnicodePlot.html index 4f96cb6..ee7e715 100644 --- a/YouPlot/Backends/UnicodePlot.html +++ b/YouPlot/Backends/UnicodePlot.html @@ -1070,7 +1070,7 @@ diff --git a/YouPlot/Backends/UnicodePlot/Error.html b/YouPlot/Backends/UnicodePlot/Error.html index c568ba7..96d0d29 100644 --- a/YouPlot/Backends/UnicodePlot/Error.html +++ b/YouPlot/Backends/UnicodePlot/Error.html @@ -114,7 +114,7 @@ diff --git a/YouPlot/Command.html b/YouPlot/Command.html index 03fd47d..8cb4551 100644 --- a/YouPlot/Command.html +++ b/YouPlot/Command.html @@ -667,7 +667,13 @@ 67 68 69 -70 +70 +71 +72 +73 +74 +75 +76
# File 'lib/youplot/command.rb', line 30
@@ -708,9 +714,15 @@
   # normal mode
   else
     # Sometimes the input file does not end with a newline code.
-    while (input = Kernel.gets(nil))
+    begin
+      begin
+        input = Kernel.gets(nil)
+      rescue Errno::ENOENT => e
+        warn e.message
+        next
+      end
       main(input)
-    end
+    end until input
   end
 end
@@ -755,7 +767,7 @@ diff --git a/YouPlot/DSV.html b/YouPlot/DSV.html index 0907287..2f568fd 100644 --- a/YouPlot/DSV.html +++ b/YouPlot/DSV.html @@ -460,7 +460,7 @@ diff --git a/YouPlot/Data.html b/YouPlot/Data.html index df0577f..6616693 100644 --- a/YouPlot/Data.html +++ b/YouPlot/Data.html @@ -300,7 +300,7 @@ diff --git a/YouPlot/Options.html b/YouPlot/Options.html index 9e65f36..5dafa14 100644 --- a/YouPlot/Options.html +++ b/YouPlot/Options.html @@ -1103,7 +1103,7 @@ diff --git a/YouPlot/Parameters.html b/YouPlot/Parameters.html index cae8a98..75d7d5b 100644 --- a/YouPlot/Parameters.html +++ b/YouPlot/Parameters.html @@ -1881,7 +1881,7 @@ diff --git a/YouPlot/Parser.html b/YouPlot/Parser.html index 8666d8e..c289f44 100644 --- a/YouPlot/Parser.html +++ b/YouPlot/Parser.html @@ -1700,7 +1700,7 @@ diff --git a/YouPlot/Parser/Error.html b/YouPlot/Parser/Error.html index dbc75e7..cc2bdfa 100644 --- a/YouPlot/Parser/Error.html +++ b/YouPlot/Parser/Error.html @@ -114,7 +114,7 @@ diff --git a/_index.html b/_index.html index 216e1d0..f7d870a 100644 --- a/_index.html +++ b/_index.html @@ -238,7 +238,7 @@ diff --git a/file.README.html b/file.README.html index c396f5c..44b7c29 100644 --- a/file.README.html +++ b/file.README.html @@ -400,7 +400,7 @@ If so, please feel free to contact us. diff --git a/index.html b/index.html index 2882828..0ead2c4 100644 --- a/index.html +++ b/index.html @@ -400,7 +400,7 @@ If so, please feel free to contact us. diff --git a/top-level-namespace.html b/top-level-namespace.html index b70f071..e215ff4 100644 --- a/top-level-namespace.html +++ b/top-level-namespace.html @@ -100,7 +100,7 @@