зеркало из https://github.com/DeGsoft/meanjs.git
fix console node
This commit is contained in:
Родитель
4bd640a167
Коммит
8f3f2b5d31
|
@ -17,7 +17,7 @@ stdin.addListener("data", alRecibirDatos);
|
|||
|
||||
// función callback que se ejecutara en respuesta al evento
|
||||
function alRecibirDatos(data) {
|
||||
nombre = data.toString().substring(0, data.length - 1);
|
||||
nombre = data.toString().substring(0, data.length - 2);
|
||||
imprimir();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче