From 53c78ea1aa9ea5458d6814958a5f8348f984fb9f Mon Sep 17 00:00:00 2001 From: peter-evans Date: Fri, 9 Dec 2022 03:11:19 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 2 +- report.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 01dfa96..f61105b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 + '$')); } diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..e96a559 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1670555478