We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2fb94 commit bbcaa61Copy full SHA for bbcaa61
1 file changed
packages/hydrojudge/bin/hydrojudge.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const argv = require('cac')().cac().parse();
+const argv = require('cac').cac().parse();
4
require('@hydrooj/register');
5
6
if (argv.args[0] === 'cache') require('../src/cache')();
0 commit comments