mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
#!/usr/bin/env node
|
|
|
|
process.exit(require("../test/lint").ok ? 0 : 1);
|