This commit is contained in:
Cory LaViska
2023-06-12 16:22:20 -04:00
parent c070149ae6
commit 834d44e0e4
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const url = `https://github.com/twbs/icons/archive/v${version}.zip`;
try {
await fs.stat(`${srcPath}/LICENSE.md`);
} catch {
// Download the source from GitHub (since not everything is published to NPM)
// Download the source from GitHub (since not everything is published to npm)
await download(url, './.cache/icons', { extract: true });
}