提交 06fced82 编写于 作者: D Daniel Imms

Fix build

上级 a496079a
......@@ -136,7 +136,7 @@ export class TerminalInstance implements ITerminalInstance {
* @param height The height of the container.
* @return The terminal's width if it requires a layout.
*/
private _evaluateColsAndRows(width: number, height: number): boolean {
private _evaluateColsAndRows(width: number, height: number): number {
// The font needs to have been initialized
const font = this._configHelper.getFont();
if (!font || !font.charWidth || !font.charHeight) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册