Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jensen
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Skye Yu
jensen
Commits
384de44f
Commit
384de44f
authored
Aug 15, 2025
by
martin hou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整文件列表查询等待超时时长
parent
1d67763b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jensen.js
src/utils/jensen.js
+2
-2
No files found.
src/utils/jensen.js
View file @
384de44f
...
...
@@ -861,13 +861,13 @@ Jensen.prototype.listFiles = async function () {
jensen
[
kv
]
=
now
;
// 要怎么样触发这个回调?
jensen
[
kv
]
=
window
.
setTimeout
(()
=>
{
console
.
log
(
'remove tag: '
+
tag
);
jensen
[
tag
]
=
null
;
jensen
.
_trigger
(
files
.
filter
((
f
)
=>
{
return
Boolean
(
f
.
time
);
}),
QUERY_FILE_LIST
);
console
.
log
(
'jensen'
,
'list-files'
,
'timed return'
);
},
1000
);
},
2500
);
});
return
this
.
send
(
new
Command
(
QUERY_FILE_LIST
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment