mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-31 17:55:59 -04:00
Caller: remove error.Idna case
This commit is contained in:
@@ -372,7 +372,6 @@ fn handleError(comptime T: type, comptime F: type, local: *const Local, err: any
|
||||
error.TryCatchRethrow => return,
|
||||
error.InvalidArgument => isolate.createTypeError("invalid argument"),
|
||||
error.TypeError => isolate.createTypeError(""),
|
||||
error.Idna => isolate.createTypeError("invalid domain"),
|
||||
error.RangeError => isolate.createRangeError(""),
|
||||
error.OutOfMemory => isolate.createError("out of memory"),
|
||||
error.IllegalConstructor => isolate.createError("Illegal Constructor"),
|
||||
|
||||
Reference in New Issue
Block a user