mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-14 08:29:32 +00:00
runtime: avoid heap allocs for plain errors
This commit is contained in:
Vendored
+1
@@ -52,6 +52,7 @@ outer recovered: repanic value
|
||||
|
||||
# recover from nil map and closed channel
|
||||
recovered: nil map
|
||||
recovered runtime error: assignment to entry in nil map
|
||||
recovered: closed chan
|
||||
recovered: close nil chan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user