diff options
| author | amelia squires <[email protected]> | 2024-10-02 11:54:33 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-10-02 11:54:33 -0500 |
| commit | 94d76d9e7ed5cb9273169babfa27e60fb28c4104 (patch) | |
| tree | e5b22e3a47d50125e9050052f608d62f29d32003 /tests/net.lua | |
| parent | dbc8475da4701923ea6f426fc12cb83960ef0fa9 (diff) | |
server errors
Diffstat (limited to 'tests/net.lua')
| -rw-r--r-- | tests/net.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/net.lua b/tests/net.lua index 65d9031..af66756 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -67,6 +67,10 @@ net.listen( res:send("<h2>you would never</h2>")
end)
+ server:GET("/error", function(res, req)
+ res.a.a.a.a()
+ end)
+
end,
|
