Commit 7f4d3ffd authored by liuzheng712's avatar liuzheng712

bug_fix

parent b908fdaf
...@@ -63,6 +63,8 @@ function openTerminal(options) { ...@@ -63,6 +63,8 @@ function openTerminal(options) {
rowHeight = 24; rowHeight = 24;
colWidth = 80 colWidth = 80
} }
if(rowHeight){}else{rowHeight=24};
if(colWidth){}else{colWidth=80};
var term = new Terminal({ var term = new Terminal({
rows: rowHeight, rows: rowHeight,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment