fix(cli): do not rely on x.nest.land

This commit is contained in:
Ruben Fiszel
2023-05-24 15:37:00 +02:00
parent 467f8cbe2a
commit f4fbf93411
8 changed files with 95 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import {
CompletionsCommand,
DenoLandProvider,
UpgradeCommand,
log,
} from "./deps.ts";
import flow from "./flow.ts";
import app from "./apps.ts";
@@ -18,7 +19,6 @@ import folder from "./folder.ts";
import sync from "./sync.ts";
import { tryResolveVersion } from "./context.ts";
import { GlobalOptions } from "./types.ts";
import * as log from "https://deno.land/std@0.186.0/log/mod.ts";
addEventListener("error", (event) => {
if (event.error) {