Skip to content

Commit bbcaa61

Browse files
authored
judge: fix cac load (#1158)
1 parent ca2fb94 commit bbcaa61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hydrojudge/bin/hydrojudge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const argv = require('cac')().cac().parse();
3+
const argv = require('cac').cac().parse();
44
require('@hydrooj/register');
55

66
if (argv.args[0] === 'cache') require('../src/cache')();

0 commit comments

Comments
 (0)