mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
web - fix warnings
This commit is contained in:
@@ -66,11 +66,11 @@ const server = http.createServer((req, res) => {
|
||||
// manifest
|
||||
res.writeHead(200, { 'Content-Type': 'application/json' });
|
||||
return res.end(JSON.stringify({
|
||||
"name": "Code Web - OSS",
|
||||
"short_name": "Code Web - OSS",
|
||||
"start_url": "/",
|
||||
"lang": "en-US",
|
||||
"display": "standalone"
|
||||
'name': 'Code Web - OSS',
|
||||
'short_name': 'Code Web - OSS',
|
||||
'start_url': '/',
|
||||
'lang': 'en-US',
|
||||
'display': 'standalone'
|
||||
}));
|
||||
}
|
||||
if (/^\/static\//.test(pathname)) {
|
||||
|
||||
Reference in New Issue
Block a user