mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix: Remove try-catch from Buffer.readFrom, readFromSync (#6161)
This commit is contained in:
parent
54c3f8e27f
commit
be8bacaaa4
3 changed files with 23 additions and 22 deletions
|
@ -4,6 +4,7 @@ import { assert, assertEquals } from "../../../std/testing/asserts.ts";
|
|||
export {
|
||||
assert,
|
||||
assertThrows,
|
||||
assertThrowsAsync,
|
||||
assertEquals,
|
||||
assertMatch,
|
||||
assertNotEquals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue