From 1d36eb47eb882cb9305a6338019fa2a2b375d7b1 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 9 Feb 2019 13:55:40 -0800 Subject: Support scoped variables, unblock REPL async op, and REPL error colors (#1721) --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 239a0f995..4f8550d0d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -68,6 +68,7 @@ ts_sources = [ "js/event.ts", "js/event_target.ts", "js/fetch.ts", + "js/format_error.ts", "js/dom_file.ts", "js/file_info.ts", "js/files.ts", -- cgit v1.2.3