add semicolon

This commit is contained in:
tisilent
2023-10-18 00:49:29 +08:00
parent 7dab4601d2
commit dfd5385602
+1 -1
View File
@@ -9,7 +9,7 @@ import { ImageRenderer } from './ImageRenderer';
import { ImageStorage, CELL_SIZE_DEFAULT } from './ImageStorage';
import { SixelHandler } from './SixelHandler';
import { ITerminalExt, IImageAddonOptions, IResetHandler } from './Types';
import { ImageAddon as IImageApi } from 'xterm-addon-image'
import { ImageAddon as IImageApi } from 'xterm-addon-image';
// default values of addon ctor options
const DEFAULT_OPTIONS: IImageAddonOptions = {