Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
stylistic change
Co-authored-by: Jade Michael Thornton <[email protected]>
  • Loading branch information
Ratcoder and thornjad authored Oct 11, 2021
commit dbd607cf34b18436d4a0ddbe02f09f1a50aee83d
2 changes: 1 addition & 1 deletion bin/http-server
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function listen(port) {

if (proxy) {
try {
new URL.URL(proxy)
new url.URL(proxy)
}
catch (err) {
logger.info(colors.red('Error: Invalid proxy url'));
Expand Down