socket-function 0.142.0 → 0.143.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -153,7 +153,7 @@ class RequireControllerBase {
|
|
|
153
153
|
return setHTTPResultHeaders(result, headers);
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
return setHTTPResultHeaders(Buffer.from(`Static file not found, ${urlObj.pathname}, have static roots: ${JSON.stringify(staticRoots)}`), headers);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
}
|