Explorar el Código

refactor: add preamble to NodeScript

Sam Jaffe hace 1 mes
padre
commit
efd52a9986
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)