Replace glob-promise with fast-glob (#2096)

Co-authored-by: lublak <lublak.de@gmail.com>
This commit is contained in:
Omar Ajoue
2021-08-20 23:48:02 +02:00
committed by GitHub
parent 0a5b9ed153
commit 199377e183
6 changed files with 7 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ import {
readdir as fsReaddir,
readFile as fsReadFile,
stat as fsStat,
} from 'fs/promises';
import * as glob from 'glob-promise';
} from 'fs/promises';
import * as glob from 'fast-glob';
import * as path from 'path';
const CUSTOM_NODES_CATEGORY = 'Custom Nodes';