[CI] test built

This commit is contained in:
dependabot[bot] 2022-12-09 03:08:26 +00:00 committed by GitHub
parent 17815d689c
commit baccbd19ee
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored
View file

@ -18175,7 +18175,7 @@ function setup(env) {
namespaces = split[i].replace(/\*/g, '.*?');
if (namespaces[0] === '-') {
createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$'));
} else {
createDebug.names.push(new RegExp('^' + namespaces + '$'));
}

1
report.txt Normal file
View file

@ -0,0 +1 @@
1670555306