denoland / deno_core

The core engine at the heart of Deno
MIT License
233 stars 76 forks source link

Add non-panic constructor for runtimes #767

Closed rscarson closed 1 month ago

rscarson commented 1 month ago

Added a new constructor variant that does not panic Existing constructor can then simply take in the returned error and panic