From fad5b67a15c152641e90f90542799324027071d3 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 12 Jul 2019 16:03:16 +0200
Subject: [PATCH] V() : if result is not available or erroneous, silently
 return currentValue

---
 src/nub.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/nub.ts b/src/nub.ts
index f0d5ac90..9756d293 100644
--- a/src/nub.ts
+++ b/src/nub.ts
@@ -440,7 +440,6 @@ export abstract class Nub extends ComputeNode implements IObservable {
                     return this.result.vCalc;
                 }
             }
-            throw new Error(`Attempt to read the result of ${p.symbol} but none found`);
         }
         return p.currentValue;
     }
-- 
GitLab