Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing reference (tabId) in windowsSetCwd() (#44)
The body of windowsSetCwd has been copied from index.js. However the signature has changed, and tabId is no longer passed as an argument. Since the caller already sets curTabId as action.uid, I propose a fix to replace missing tabId with action.uid, although it also makes sense to remove the `tabId === curTabId` condition altogether, because now it will always be true.
- Loading branch information