mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
move around files
This commit is contained in:
parent
11ccbd9e15
commit
5cf2d5853d
9 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
const express = require('express');
|
||||
const { execute } = require('../../shared/execute');
|
||||
const { execute } = require('../../lxc/execute.js');
|
||||
const { languages } = require('./languages');
|
||||
const { checkSchema, validationResult } = require('express-validator');
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
const { spawn } = require('child_process');
|
||||
const languages = require('../../shared/languages.json');
|
||||
const languages = require('../../config/languages.json');
|
||||
|
||||
{
|
||||
const process = spawn(__dirname + '/../../lxc/versions');
|
||||
const process = spawn(__dirname + '/../../lxc/util/versions');
|
||||
|
||||
let output = '';
|
||||
process.stderr.on('data', chunk => output += chunk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue