This website requires JavaScript.
Explore
Help
Sign In
web
/
cryptpad
Archived
Watch
5
Star
0
Fork
0
Code
Issues
1
Pull Requests
6
Actions
Releases
Wiki
Activity
This repository has been archived on
2026-08-04
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
5a5b9ad718161ce80667df148fc3a5035101ab30
cryptpad
/
www
/
code
/
codemirror-5.13.2
/
bin
/
lint
T
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix an issue with the cursor sometimes disappearing when a patch was received
2016-04-11 15:47:40 +02:00
#!/usr/bin/env node
process
.
exit
(
require
(
"../test/lint"
).
ok
?
0
:
1
);
Reference in New Issue
Copy Permalink