Skip to content

Commit 1e42e01

Browse files
Minor
1 parent b3afe4d commit 1e42e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/dev/vml/es/acm/core/code/Executor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ private void handleNotifications(ExecutionContext context, ImmediateExecution ex
257257
fields.put(
258258
"Output",
259259
StringUtil.markdownCode(
260-
detailsMaxLength < 0 ? output : StringUtil.abbreviateStart(output, detailsMaxLength, "(...)"),
260+
detailsMaxLength < 0 ? output : StringUtil.abbreviateStart(output, detailsMaxLength, "(...) "),
261261
"(none)"));
262262
fields.put(
263263
"Error",

0 commit comments

Comments
 (0)