Compare commits
No commits in common. "4483cdbe3e3b3ae80f2dcad27efe4aa903958513" and "7d218f11f4c62ff32daace1667fb4579e335bf1c" have entirely different histories.
4483cdbe3e
...
7d218f11f4
|
@ -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(
|
const rt = runtime.get_latest_runtime_matching_language_version(
|
||||||
language,
|
language,
|
||||||
version
|
version
|
||||||
|
|
Loading…
Reference in New Issue