mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
formatting
This commit is contained in:
@@ -400,8 +400,8 @@ async function handleRoot(req, res) {
|
||||
|
||||
const secondaryHost = (
|
||||
req.headers['host']
|
||||
? req.headers['host'].replace(':' + PORT, ':' + SECONDARY_PORT)
|
||||
: `${HOST}:${SECONDARY_PORT}`
|
||||
? req.headers['host'].replace(':' + PORT, ':' + SECONDARY_PORT)
|
||||
: `${HOST}:${SECONDARY_PORT}`
|
||||
);
|
||||
const webConfigJSON = {
|
||||
folderUri: folderUri,
|
||||
|
||||
Reference in New Issue
Block a user