mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix:回收数组
This commit is contained in:
parent
0d1c71767a
commit
111451a3d2
@ -20,6 +20,7 @@ export default async ({ api, watch }) => {
|
|||||||
watchers.forEach((watcher) => {
|
watchers.forEach((watcher) => {
|
||||||
watcher.close();
|
watcher.close();
|
||||||
});
|
});
|
||||||
|
watchers = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
function createWatcher(path) {
|
function createWatcher(path) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user