Skip to content

Hexagon/dax-issue-146

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dax-issue-146

Reproduction files for dsherret/dax#146

Steps:

First run - OK

deno run -A failure.ts
# > HTTP webserver running.  Access it at:  http://localhost:8080/
# error: Uncaught (in promise) Error: Aborted with exit code: 124
#   (trace)

Second run - NOT OK

deno run -A failure.ts
# > HTTP webserver running.  Access it at:  http://localhost:8080/
# error: Uncaught AddrInUse: Address already in use (os error 98)
#   (trace)
# error: Uncaught (in promise) Error: Aborted with exit code: 124
#   (trace)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published