Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 28, 2021
2 parents e4fbf43 + 9224d1d commit 5964ed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/build.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"json5": "^2.2.0",
"tree-kill": "^1.0.0",
"xregexp": "^5.0.1",
"xterm": "^1.1.3"
"xterm": "^2.9.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
Expand Down
2 changes: 1 addition & 1 deletion src/build-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default class BuildView extends View {

// On some systems, prependListern and prependOnceListener is expected to exist. Add them until terminal replacement is here.
this.terminal.prependListener = (...a) => {
this.terminal.addListener(...a);
this.terminal.on(...a);
};
this.terminal.prependOnceListener = (...a) => {
this.terminal.addOnceListener(...a);
Expand Down

0 comments on commit 5964ed2

Please sign in to comment.