diff options
Diffstat (limited to 'auto_detect_link.js')
-rw-r--r-- | auto_detect_link.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_detect_link.js b/auto_detect_link.js index 56934ca..ed76a1e 100644 --- a/auto_detect_link.js +++ b/auto_detect_link.js @@ -160,7 +160,7 @@ // 開いたURIなどの表示 function displayOpened (link) { let msg = 'open: ' + link.type + ' <' + link.text + '> ' + link.uri; - setTimeout(function () liberator.echo(msg), 1000); + setTimeout(function () liberator.echo(msg, liberator.commandline.FORCE_SINGLELINE), 1000); liberator.log(msg); } |