Closed jeromeludmann closed 3 years ago
Some Deno errors, like BadResource or Interrupted, seem to be useless from an API user point of view.
BadResource
Interrupted
This change swallows these errors when they are thrown.
fix #3
Some Deno errors, like
BadResource
orInterrupted
, seem to be useless from an API user point of view.This change swallows these errors when they are thrown.
fix #3