소스 검색

refactor: add preamble to NodeScript

Sam Jaffe 1 개월 전
부모
커밋
efd52a9986
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/cipy/action.py

+ 1 - 0
src/cipy/action.py

@@ -82,6 +82,7 @@ class NodeScript(Action):
 
     @final
     @cipy.runner.ipc
+    @cipy.runner.preamble
     def run(self, context: Context) -> Status:
         try:
             subprocess.run(["node", str(self.main)], check=True)