Hey, I noticed that in the TFS 2.5 the broadcastmessage function is not working anymore... It was in 2.4
Here is how i was using in 2.4 (it was working)
and now in 2.5:
changed ' to " but no changes, keep don't working, im using it wrong or it's a bug?
thanks
Here is how i was using in 2.4 (it was working)
Code:
broadcastMessage('message')
and now in 2.5:
Code:
broadcastMessage('message', 18)
changed ' to " but no changes, keep don't working, im using it wrong or it's a bug?
thanks