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 930e1e2 commit f3ea847Copy full SHA for f3ea847
manage.js
@@ -115,15 +115,15 @@ async function staticFilesSetup () {
115
})
116
}
117
118
-async function exampleProblemSetUp () {
+async function exampleProblemSetup () {
119
fse.move('data/example', 'data/1000')
120
121
122
program.command('setup')
123
.action(() => {
124
console.log('setup...')
125
Promise.all([
126
- exampleProblemSetUp(),
+ exampleProblemSetup(),
127
judgeSetup(),
128
staticFilesSetup(),
129
])
0 commit comments