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-05-28
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
82a9b05d5f2cfb1ee6507d6f96cca1db7bcbb8b0
cryptpad
/
www
/
code
/
CodeMirror-5.16.0
/
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