ui: remove misleading training template problemId

pull/329/head
undefined 3 years ago
parent 21865f20fc
commit 0989c369a8

@ -14,18 +14,6 @@ function getWorkspaces() {
});
}
function spawnSync(command, silent) {
if (!silent) console.log(`$ ${command}`);
const args = command.split(/\s+/);
const result = spawn.sync(args[0], [...args.slice(1), '--color'], { cwd, encoding: 'utf8' });
if (result.status) {
throw new Error(result.stderr);
} else {
if (!silent) console.log(result.stdout);
return result.stdout.trim();
}
}
function spawnAsync(command, path) {
const args = command.split(/\s+/);
const options = { stdio: 'inherit' };
@ -38,5 +26,5 @@ function spawnAsync(command, path) {
}
module.exports = {
cwd, spawnSync, spawnAsync, getWorkspaces,
cwd, spawnAsync, getWorkspaces,
};

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.34.25",
"version": "4.34.26",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",

@ -3,7 +3,7 @@
"_id": 1,
"title": "最初的最初 - A+B Problem",
"requireNids": [],
"pids": [1, "P1001"]
"pids": [1]
},
{
"_id": 2,

Loading…
Cancel
Save