diff options
Diffstat (limited to 'jsh.js')
-rw-r--r-- | jsh.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ liberator.plugins.jsh = (function() { result = String(value); } - liberator.echo(result); + liberator.echo(result, commandline.FORCE_MULTILINE); } // }}} |