fix using unintialized variable in release.

This commit is contained in:
弘韬 张 2020-12-04 22:30:14 +08:00
parent c3d5d4c0ce
commit 756c5bce3d

View file

@ -734,7 +734,7 @@ namespace Flow.Launcher.ViewModel
#else #else
catch catch
{ {
token = default;
} }
#endif #endif