mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
Fix bug
This commit is contained in:
parent
bf50ab406b
commit
78d65f799d
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ const globals = require('./globals');
|
||||||
const fs = require('fs/promises');
|
const fs = require('fs/promises');
|
||||||
const fss = require('fs');
|
const fss = require('fs');
|
||||||
const wait_pid = require('waitpid');
|
const wait_pid = require('waitpid');
|
||||||
const pidusage = require('pidusage');
|
|
||||||
|
|
||||||
const job_states = {
|
const job_states = {
|
||||||
READY: Symbol('Ready to be primed'),
|
READY: Symbol('Ready to be primed'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue