Commit a2ba5e2
committed
Make sure terminate/2 is called in config
The callback was not called as we didn't trap exits. This is not a big deal at
runtime, as the process would go down anyway after config app terminates, and
even if it restarts, we'd clean up all the config values anyway in init.
However, when running tests this could leave config value set from the previous
config app run.1 parent 6df21c5 commit a2ba5e2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
0 commit comments