Skip to content

Commit f122078

Browse files
committed
fix lint error
1 parent 2d02425 commit f122078

4 files changed

+7
-7
lines changed

js/jquery.terminal-src.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
// it breaks all completion unit tests
12071207
try {
12081208
return callback(value);
1209-
} catch(e) {
1209+
} catch (e) {
12101210
if (is_function(error)) {
12111211
error(e);
12121212
} else {

js/jquery.terminal.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* broken image by Sophia Bai from the Noun Project (CC-BY)
4343
*
44-
* Date: Sat, 22 Feb 2025 16:29:23 +0000
44+
* Date: Sat, 22 Feb 2025 16:30:44 +0000
4545
*/
4646
/* global define, Map, BigInt */
4747
/* eslint-disable */
@@ -1206,7 +1206,7 @@
12061206
// it breaks all completion unit tests
12071207
try {
12081208
return callback(value);
1209-
} catch(e) {
1209+
} catch (e) {
12101210
if (is_function(error)) {
12111211
error(e);
12121212
} else {
@@ -5456,7 +5456,7 @@
54565456
// -------------------------------------------------------------------------
54575457
$.terminal = {
54585458
version: 'DEV',
5459-
date: 'Sat, 22 Feb 2025 16:29:23 +0000',
5459+
date: 'Sat, 22 Feb 2025 16:30:44 +0000',
54605460
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
54615461
color_names: [
54625462
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)