show error text

This commit is contained in:
Shin'ya Ueoka 2017-09-01 16:29:36 +09:00
parent 2312ba6560
commit 02ea10a357
4 changed files with 26 additions and 8 deletions

View file

@ -2,7 +2,7 @@ import './console-frame.scss';
import * as messages from '../shared/messages';
export default class ConsoleFrame {
constructor(win, initial = '') {
constructor(win) {
let element = window.document.createElement('iframe');
element.src = browser.runtime.getURL('build/console.html');
element.className = 'vimvixen-console-frame';