mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Nix Piston: Only pass code files to compiling
This commit is contained in:
parent
286fb57415
commit
30f49f22b1
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class Job {
|
|||
if (this.runtime.compiled) {
|
||||
compile = await this.safe_call(
|
||||
this.runtime.compile,
|
||||
this.files.map(x => x.name),
|
||||
code_files.map(x => x.name),
|
||||
this.timeouts.compile,
|
||||
this.memory_limits.compile
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue