Closed
Description
π Search Terms
watch current directory
π Version & Regression Information
- I was unable to test this on prior versions because it's too much work
β― Playground Link
No response
π» Code
tsc --watch -p ./
π Actual behavior
When running the above command in macOS's Terminal.app and pressing Cmd+t to open a new shell it opens a new shell at my home directory
π Expected behavior
Terminal.app should open the new shell in the same directory that I ran the command from.
Additional information about the issue
webpack --watch
works the way I expect.