Skip to content

Commit 2a0fc2b

Browse files
committed
Upload file
1 parent 1abb301 commit 2a0fc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

krscript/src/main/java/com/omarea/krscript/model/ShellHandlerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected void onReaderMsg(Object msg) {
100100
String args = trimmed.substring(4, trimmed.length() - 1).trim();
101101

102102
if (args.equalsIgnoreCase("help")) {
103-
updateLog(getAmHelp());
103+
updateLog(new SpannableString(getAmHelp()));
104104
} else if (!args.isEmpty()) {
105105
onAm(args);
106106
}

0 commit comments

Comments
 (0)