@@ -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)