Files
web2py/applications/admin/static/codemirror/bin/lint
T
Francois Delpierre 11722b9c82 Updated codemirror to v4.12.
Did a lot of cleanup to limit the size of the plugin.
I kept the emmet plugin.
2015-02-07 18:41:17 +01:00

4 lines
71 B
JavaScript
Executable File

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