@eonasdan/parvus-server
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -145,3 +145,3 @@ 'use strict'; | ||
<html lang="en"> | ||
<body style="background-color: #171717;"> | ||
<body style="background-color: #171717;color:white;"> | ||
<h3>Page not found</h3> | ||
@@ -180,3 +180,3 @@ </body> | ||
res.writeHead(500); | ||
res.end(`<html lang="en"><body style="background-color: #171717;"><h1>Error</h1><p>Failed to load requested file at ${url}</p><p><pre>${ex}</pre></p></body></html>`); | ||
res.end(`<html lang="en"><body style="background-color: #171717;color:white;"><h1>Error</h1><p>Failed to load requested file at ${url}</p><p><pre>${ex}</pre></p></body></html>`); | ||
} | ||
@@ -183,0 +183,0 @@ } |
{ | ||
"name": "@eonasdan/parvus-server", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/server.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112261