Commit e6991e3
authored
fix EnvironmentNotInitialized error (#214)
this missing retryOptions somehow caused the following crash on discord canary: ``` thread '<unnamed>' panicked at B:\b\discord_common\rust\napi\src\class.rs:139:37: called `Result::unwrap()` on an `Err` value: EnvironmentNotInitialized ``` The default option for it is false, as per: OpenAsar/discord-desktop-datamining@1552624...canary1 parent e88eebf commit e6991e3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments