aboutsummaryrefslogtreecommitdiffstats
path: root/jsh.js
diff options
context:
space:
mode:
Diffstat (limited to 'jsh.js')
-rw-r--r--jsh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsh.js b/jsh.js
index a675a93..3fe074f 100644
--- a/jsh.js
+++ b/jsh.js
@@ -120,7 +120,7 @@ liberator.plugins.jsh = (function() {
result = String(value);
}
- liberator.echo(result);
+ liberator.echo(result, commandline.FORCE_MULTILINE);
}
// }}}