Hi, why the ‘Run’ button in Debug Projection page is always grayed out?
Also when I have this projection in the Debug Projection, there are some javascript errors showings in the console:
Projection:
fromStream(‘e3fbfb29-6cf6-402c-afba-d7344a89aabf’).
when({
‘EventStorePlay.Events.SomethingDone’ : function(state, e) {
if (state.items == null) return {items : new Array(), count : 0, random1Sum: 0, random2Sum: 0};
state.items.push(e.body);
state.count++;
state.random1Sum += e.body.RandomNumber1;
state.random2Sum += e.body.RandomNumber2;
return state;
}
})
``
Javascripts errors:
I am running build 1.0.0.0 on Windows 7