From fa7f34eb8cec07f4c68ca4e9c46a983bc3e2308f Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Tue, 21 Jan 2020 14:57:56 -0500 Subject: Revert "Create an old program to be used in snapshot. (#3644)" Ref #3712. This change allowed the deno_typescript crate to reference cli/js/lib.deno_runtime.d.ts which breaks "cargo package". We intend to reintroduce a revised version of this patch later once "cargo package" is working and tested. This reverts commit 737ab94ea1bdf65eeef323ea37e84bcf430fb92c. --- core/shared_queue.js | 1 + 1 file changed, 1 insertion(+) (limited to 'core/shared_queue.js') diff --git a/core/shared_queue.js b/core/shared_queue.js index 093cc223f..8ebb19e5e 100644 --- a/core/shared_queue.js +++ b/core/shared_queue.js @@ -184,6 +184,7 @@ SharedQueue Binary Layout } function dispatch(opId, control, zeroCopy = null) { + maybeInit(); return Deno.core.send(opId, control, zeroCopy); } -- cgit v1.2.3