Typo
This commit is contained in:
@ -2,10 +2,10 @@ import * as fs from 'fs'
|
||||
import * as path from 'path'
|
||||
import { pathToFileURL } from 'url'
|
||||
|
||||
import type { Command } from'@/application/types'
|
||||
import type { Command } from '@/application/types'
|
||||
|
||||
import Logger, { LoggerType } from'@/application/logger'
|
||||
import Storage from'@/application/storage'
|
||||
import Logger, { LoggerType } from '@/application/logger'
|
||||
import Storage from '@/application/storage'
|
||||
|
||||
export class CommandRegistry {
|
||||
private readonly commands: Map<string, Command> = new Map()
|
||||
|
Reference in New Issue
Block a user