diff options
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 7887624e2..45386f320 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -74,6 +74,7 @@ ts_sources = [ "../js/core.ts", "../js/custom_event.ts", "../js/deno.ts", + "../js/diagnostics.ts", "../js/dir.ts", "../js/dispatch.ts", "../js/dispatch_minimal.ts", |