1 parent 1e421f1 commit d5f99f0Copy full SHA for d5f99f0
1 file changed
llama-cpp/Project/Sources/Classes/_server.4dm
@@ -40,6 +40,8 @@ Function start($option : Object) : 4D:C1709.SystemWorker
40
$command+=(" --"+$key+" ")
41
: ($valueType=Is object:K8:27) && (OB Instance of:C1731($arg.value; 4D:C1709.File)) && ($arg.value.exists)
42
$command+=(" --"+$key+" "+This:C1470.escape(This:C1470.expand($arg.value).path))+" "
43
+ : ($valueType=Is object:K8:27) && (OB Instance of:C1731($arg.value; 4D:C1709.Folder)) && ($arg.value.exists)
44
+ $command+=(" --"+$key+" "+This:C1470.escape(This:C1470.expand($arg.value).path))+" "
45
: ($valueType=Is collection:K8:32)
46
var $value : Variant
47
For each ($value; $arg.value)
0 commit comments