summaryrefslogtreecommitdiff
path: root/cli/js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js')
-rw-r--r--cli/js/globals.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts
index 6eedb9289..0aed3a252 100644
--- a/cli/js/globals.ts
+++ b/cli/js/globals.ts
@@ -25,7 +25,7 @@ import * as streams from "./web/streams/mod.ts";
import { core } from "./core.ts";
// This global augmentation is just enough types to be able to build Deno,
-// the runtime types are fully defined in `lib.deno_runtime.d.ts`.
+// the runtime types are fully defined in `lib.deno.*.d.ts`.
declare global {
interface CallSite {
getThis(): unknown;