Enable bsod for testing and fixed errors due to lack of intl context

This commit is contained in:
SleepWalker 2016-11-12 11:05:38 +02:00
parent 55ef52649e
commit 770a6c3ae9

View File

@ -22,6 +22,8 @@ logger.init({
import dispatchBsod from 'components/ui/bsod/dispatchBsod'; // TODO: remove after tests
import dispatchBsod from 'components/ui/bsod/dispatchBsod'; // TODO: remove after tests
const store = storeFactory();
bsodFactory(store, stopLoading);