From f791b4d916ed6cb4ebeb9b9e847bb9bd0462c2e3 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sat, 26 Oct 2024 22:39:47 +0200 Subject: [PATCH] fix lint error --- js/jquery.terminal-src.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/jquery.terminal-src.js b/js/jquery.terminal-src.js index c328f159..d0603ec4 100644 --- a/js/jquery.terminal-src.js +++ b/js/jquery.terminal-src.js @@ -7671,7 +7671,8 @@ defunctTerminal: "You can't call method '%s' on terminal that was destroyed", abortError: 'Abort with CTRL+D', timeoutError: 'Signal timed out', - invalidId: 'terminal with this `id` aready exists! You need to destroy old terminal before you can create terminal with the same `id`' + invalidId: 'terminal with this `id` aready exists! You need to destr' + + 'oy old terminal before you can create terminal with the same `id`' } }; // -------------------------------------------------------------------------