mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 18:00:45 +00:00
work around bad choice of method name.
This commit is contained in:
parent
436c81204f
commit
1872f1406d
@ -5683,6 +5683,8 @@ Prompt.prototype.type = function(text, value, callback) {
|
||||
this.screen.render();
|
||||
};
|
||||
|
||||
Prompt.prototype.type.toString = function() { return 'prompt'; };
|
||||
|
||||
/**
|
||||
* Question
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user