madskristensen / BrowserSync

A Visual Studio extension
Other
12 stars 7 forks source link

Navigation sync doesn't work #6

Closed Turnerj closed 6 years ago

Turnerj commented 6 years ago

Looks like you have a typo in the function call for sending the navigation sync: https://github.com/madskristensen/BrowserSync/blob/b9e41511f8e30f17627619faf1dea5e801045493/src/BrowserLink/SyncEngine.js#L37-L50

Your function is called sendSyncNavigate but you call SendSyncNavigate (note the capital S on Send).