-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
--watchrelated to the watch feature of the CLIrelated to the watch feature of the CLIbugSomething isn't working correctlySomething isn't working correctlyclirelated to cli/ dirrelated to cli/ dir
Description
When running this code
Deno.serve(() => {}, { port: x })with this command
deno run -A --unstable --watch script.tsI get this error everytime i make a change and have to kill the script (ctrl + c) and run it again.
Watcher File change detected! Restarting!
error: Uncaught (in promise) AddrInUse: Address already in use (os error 98)
Watcher Process finished. Restarting on file change...
deno 1.26.1 (release, x86_64-unknown-linux-gnu)
Linux Fedora 37
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
--watchrelated to the watch feature of the CLIrelated to the watch feature of the CLIbugSomething isn't working correctlySomething isn't working correctlyclirelated to cli/ dirrelated to cli/ dir