Skip to content
Snippets Groups Projects
Commit 9eb96565 authored by Yadd's avatar Yadd
Browse files

Add fix for node-commander 9

Closes: #1008511
parent 7403df6b
No related branches found
No related tags found
No related merge requests found
Description: fix for node-commander 9
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1008511
Forwarded: https://github.com/jupyterhub/configurable-http-proxy/issues/384
Last-Update: 2022-03-29
--- a/bin/configurable-http-proxy
+++ b/bin/configurable-http-proxy
@@ -114,6 +114,7 @@
process.exit(1);
}
previous[headerParts[0]] = headerParts[1];
+ return previous;
}
cli.parse(process.argv);
fix-prom-test.patch
dont-install-example.patch
update-to-ws-8.patch
fix-for-commander-9.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment