Skip to content

Commit

Permalink
workaround for the issue
Browse files Browse the repository at this point in the history
Crash when CHOOSE LANGUAGE is selected
stevekane/promise-it-wont-hurt#116
  • Loading branch information
tdtsh committed Apr 8, 2017
1 parent 898e141 commit 1a11b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Menu.prototype.close = function () {
this.charm.cursor(true);
this.charm.display('reset');
this.charm.position(1, this.y + 1);
this.charm.end();
};

Menu.prototype.reset = function () {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-menu",
"version": "2.1.1",
"name": "tdtsh@terminal-menu",
"version": "2.1.2",
"description": "retro ansi terminal menus for serious 80s technicolor business",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 1a11b82

Please sign in to comment.