소스 검색

Fixed mistake in CallsControllerFunctionCodeHelper.ts

sanex 4 년 전
부모
커밋
2e4aae4c40
4개의 변경된 파일1개의 추가작업 그리고 35609개의 파일을 삭제
  1. 0 0
      dist/index.browser.js
  2. 0 18272
      dist/index.cli.js
  3. 0 17336
      dist/index.js
  4. 1 1
      src/custom-code-helpers/calls-controller/CallsControllerFunctionCodeHelper.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.browser.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 18272
dist/index.cli.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 17336
dist/index.js


+ 1 - 1
src/custom-code-helpers/calls-controller/CallsControllerFunctionCodeHelper.ts

@@ -62,7 +62,7 @@ export class CallsControllerFunctionCodeHelper extends AbstractCustomCodeHelper
      */
     public initialize (nodeTransformationStage: NodeTransformationStage, callsControllerFunctionName: string): void {
         this.nodeTransformationStage = nodeTransformationStage;
-        this.callsControllerFunctionName = nodeTransformationStage;
+        this.callsControllerFunctionName = callsControllerFunctionName;
     }
 
     /**

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.