Skip to content

Commit

Permalink
Fix(command ls'): Throw error when no file found.
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonPrefect committed Dec 15, 2022
1 parent c55b5c6 commit 4ee96c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/commands/ls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { File } from "../../core/main/File.ts"
import { IFile } from "../../core/interfaces/IFile.ts";
import i18n from "../common/i18n.ts";
import { Config } from "../../core/main/Config.ts";
import { CommandError } from "../exceptions/CommandError.ts";

export interface options{
exclude: string,
Expand Down

0 comments on commit 4ee96c8

Please sign in to comment.