Yann Flory c2e0dded3a Fix an issue with the cursor sometimes disappearing when a patch was received
Update CodeMirror to the latest version (5.13.2)
2016-04-11 15:47:40 +02:00

4 lines
71 B
JavaScript

#!/usr/bin/env node
process.exit(require("../test/lint").ok ? 0 : 1);