зеркало из https://github.com/mozilla/surf.git
Use correct name when consoling Port
This commit is contained in:
Родитель
9ddc6a36df
Коммит
3f8f79044e
|
@ -56,4 +56,4 @@ app.get("/", (req, res) => {
|
|||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
app.listen(port, () => console.log(`Secure Standards Research Conference on Port ${port}.`));
|
||||
app.listen(port, () => console.log(`Mozilla Sec-Eng University Relationship Framework running on Port ${port}.`));
|
||||
|
|
Загрузка…
Ссылка в новой задаче