[CI] test built
This commit is contained in:
parent
f73101ae67
commit
53c78ea1aa
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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
1
report.txt
Normal file
@ -0,0 +1 @@
|
||||
1670555478
|
||||
Loading…
x
Reference in New Issue
Block a user