Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 26, 2024
1 parent e7b374e commit f791b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`'
}
};
// -------------------------------------------------------------------------
Expand Down

0 comments on commit f791b4d

Please sign in to comment.