Steven Silvester 9 سال پیش
والد
کامیت
cf8236b290
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/terminal/index.ts

+ 2 - 2
src/terminal/index.ts

@@ -119,10 +119,10 @@ class TerminalWidget extends Widget {
     // Set the default title.
     this.title.text = 'Terminal ' + TerminalWidget.nterms;
 
-    this._dummyTerm = createDummyTerm();
-
     Terminal.brokenBold = true;
 
+    this._dummyTerm = createDummyTerm();
+
     this._ws.onopen = (event: MessageEvent) => {
       this._createTerm(options);
     };