1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Merge pull request #1375 from Meldiron/feat-fix-log

Added " to wrap environment name in a log
This commit is contained in:
Eldad A. Fux 2021-07-11 15:24:36 +03:00 committed by GitHub
commit f713c35170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ class FunctionsV1 extends Worker
: null;
if(\is_null($runtime)) {
throw new Exception('Runtime "'.$function->getAttribute('runtime', '').' is not supported');
throw new Exception('Runtime "'.$function->getAttribute('runtime', '').'" is not supported');
}
$vars = \array_merge($function->getAttribute('vars', []), [