From 261bbfac4330063ae564a27ee39644aa820dc662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 9 Dec 2022 03:08:23 +0000 Subject: [PATCH] [CI] test committed --- 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..3ce4c26 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1670555302