1
0
Fork 0
mirror of synced 2024-06-10 06:44:45 +12:00

Added " to wrap environment name

This commit is contained in:
Matej Baco 2021-07-10 20:07:03 +02:00
parent c7978bddfa
commit 24f85cdc78

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', []), [