diff --git a/Project/Sources/Classes/lep.4dm b/Project/Sources/Classes/lep.4dm index 2f2ac32a..5929e80f 100644 --- a/Project/Sources/Classes/lep.4dm +++ b/Project/Sources/Classes/lep.4dm @@ -293,7 +293,7 @@ Function launch($command; $arguments : Variant) : cs:C1710.lep //…………………………………………………………………… End case - $history:="% "+$command+"\n" + $history:="% "+String:C10(This:C1470.command)+"\n" LAUNCH EXTERNAL PROCESS:C811(This:C1470.command; $inputStream; $outputStream; $errorStream; $pid) @@ -1057,4 +1057,4 @@ Function _log() End if - LOG EVENT:C667(Into 4D debug message:K38:5; $log.join(" "); Error message:K38:3) \ No newline at end of file + LOG EVENT:C667(Into 4D debug message:K38:5; $log.join(" "); Error message:K38:3)