This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Commit 3fee47c
committed
Improve error management in CreateView node
We can discard the error if it was thrown because the view does not exist. But
we don't know if the Delete function will throw different errors in the
future, so it is safer to discard only the one we are sure about.
Signed-off-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com>1 parent 05a2456 commit 3fee47c
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments