Skip to content

Commit d06f993

Browse files
committed
add patch comment
1 parent 3d021e0 commit d06f993

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

patches/[email protected]

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
diff --git a/dist/debug.js b/dist/debug.js
2-
index 31f4e4bf1b81f0914d29e8ef839eab9dfd9d3fb9..b4f9db93945384f852f70fe9fccee0c480289ab9 100644
2+
index 31f4e4bf1b81f0914d29e8ef839eab9dfd9d3fb9..cfd2ee4bee15367573694af95f6554033a029862 100644
33
--- a/dist/debug.js
44
+++ b/dist/debug.js
5-
@@ -5,4 +5,4 @@ const createDebug = require("debug");
5+
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6+
exports.Debug = void 0;
7+
const createDebug = require("debug");
68
/**
7-
* Debug instance with the given namespace: http-proxy-middleware
9+
- * Debug instance with the given namespace: http-proxy-middleware
10+
+ * Debug instance with the given namespace: http-proxy-middleware.
11+
+ * Remove this patch when this is ok - https://github.com/nuxt/nuxt/issues/15608
812
*/
913
-exports.Debug = createDebug('http-proxy-middleware');
1014
+exports.Debug = Object.assign(createDebug('http-proxy-middleware'), {extend: ()=>{return ()=> {}}});

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)