소스 검색

Merge branch 'master' into testing

Yentl Van Tendeloo 8 년 전
부모
커밋
e770caa606
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bootstrap/mini_modify.alc

+ 1 - 0
bootstrap/mini_modify.alc

@@ -275,6 +275,7 @@ String function cmd_connections_between(model : Element, source_name : String, t
 			options = allowedAssociationsBetween(model, source_name, target_name)
 			while (set_len(options) > 0):
 				result = string_join(result, set_pop(options)) + "\n"
+			return result!
 		else:
 			return ("Element not found: " + target_name)!
 	else: