mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
Compare commits
No commits in common. "4483cdbe3e3b3ae80f2dcad27efe4aa903958513" and "7d218f11f4c62ff32daace1667fb4579e335bf1c" have entirely different histories.
4483cdbe3e
...
7d218f11f4
1 changed files with 0 additions and 9 deletions
|
@ -87,15 +87,6 @@ function get_job(body) {
|
|||
}
|
||||
}
|
||||
|
||||
if (
|
||||
files.filter(file => !file.encoding || file.encoding === 'utf8')
|
||||
.length === 0
|
||||
) {
|
||||
return reject({
|
||||
message: 'files must include at least one utf8 encoded file',
|
||||
});
|
||||
}
|
||||
|
||||
const rt = runtime.get_latest_runtime_matching_language_version(
|
||||
language,
|
||||
version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue