diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-02-09 13:55:40 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-09 16:55:40 -0500 |
commit | 1d36eb47eb882cb9305a6338019fa2a2b375d7b1 (patch) | |
tree | 4584aff9da784f3e05c4fb5314d5911772b4d655 /libdeno/api.cc | |
parent | 1502051453bf16787a59f43004b24d553d39bd26 (diff) |
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Diffstat (limited to 'libdeno/api.cc')
-rw-r--r-- | libdeno/api.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdeno/api.cc b/libdeno/api.cc index e540c95fc..21ece13a6 100644 --- a/libdeno/api.cc +++ b/libdeno/api.cc @@ -9,6 +9,7 @@ #include "third_party/v8/src/base/logging.h" #include "deno.h" +#include "exceptions.h" #include "internal.h" extern "C" { |