Comparing version 0.8.5 to 0.8.6
@@ -53,6 +53,6 @@ function handleData($, data) { | ||
} | ||
$.terminal.write('\r\n'); | ||
$.onLine($.input); | ||
$.index = -1; | ||
$.input = ''; | ||
$.terminal.write('\r\n'); | ||
$.onLine($.currentInput); | ||
$.terminal.write($.prompt); | ||
@@ -59,0 +59,0 @@ break; |
{ | ||
"name": "utilium", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "Typescript utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -101,6 +101,6 @@ /* A simple wrapper for xterm.js that makes implementing shells easier */ | ||
} | ||
$.terminal.write('\r\n'); | ||
$.onLine($.input); | ||
$.index = -1; | ||
$.input = ''; | ||
$.terminal.write('\r\n'); | ||
$.onLine($.currentInput); | ||
$.terminal.write($.prompt); | ||
@@ -107,0 +107,0 @@ break; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86285