If I use model.unsubscribe(path), I get following exception:
ReferenceError: finishAfter is not defined
at Function.unsubscribe (C:\git-repositories\winery\winery-modeller\node_modules\racer\lib\descriptor\query\QueryHub.js:109:18)
If I submit an empty callback function, everything works fine.
If I use
model.unsubscribe(path)
, I get following exception:If I submit an empty callback function, everything works fine.