Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liximomo/watchpack-bug
https://github.com/liximomo/watchpack-bug
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liximomo/watchpack-bug
- Owner: liximomo
- Created: 2020-02-19T10:13:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T10:14:38.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T06:34:45.611Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Problem
Initial event won't fire if the dir depth is less than 2
## Environment
System: MacOS 10.14.6Watpchpack: 2.0.0-beta.12
## Steps to Reproduction
1. run `node test-a.js`
2. run `node test-b.js`## What I Expected
Both `test-a.js` and `test-b.js` have output.## What actually happened
Only `test-b.js` have output.