Commit d3e0a40
authored
Fix possible crash in IntelliSenseServer.Uninstall()
If intellisense is disabled, IntelliSenseServer.Install() returns early,
but not IntelliSenseServer.Uninstall(), which will then throw a
NullReferenceException because environment variable
EXCELDNA_INTELLISENSE_SERVERS has not been set.1 parent 1899bd1 commit d3e0a40
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
0 commit comments