Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/wireit-service-error-test
https://github.com/deebloo/wireit-service-error-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/wireit-service-error-test
- Owner: deebloo
- Created: 2022-12-06T19:31:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:44:13.000Z (4 months ago)
- Last Synced: 2024-10-05T13:07:41.499Z (3 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To Reproduce (tested on M1 Mac)
```bash
npm start --watch
```1. View successful start
2. uncomment line 5 from `src/main.ts` (a typescript error).
3. view correct error message in terminal
4. uncomment line 5 from `src/main.ts` (removing the typescript error)
5. The server will attempt to restart and throw an error because the port is already used. (you are also then unable to ctl+c)