Skip to content

Commit

Permalink
style: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed May 5, 2024
1 parent 4852bce commit d7b3588
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// ]

import fs from "fs/promises";
import os from "os";
import path from "path";

import { EXTENSIONS_DIR } from '../../constants'
Expand Down Expand Up @@ -70,7 +69,6 @@ export async function loadInstalledExtensions(): Promise<string[]> {

export async function loadCommands(): Promise<Command[]> {
try {
const homeDir = os.homedir();
const extensionPackages = await loadInstalledExtensions();
const commands: Command[] = [];

Expand Down

0 comments on commit d7b3588

Please sign in to comment.