From e39c17dde852d6f68043528b90b4873488cc874e Mon Sep 17 00:00:00 2001 From: detachhead Date: Tue, 16 Jan 2024 14:46:24 +1000 Subject: [PATCH] python moment --- basedpyright/run_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basedpyright/run_node.py b/basedpyright/run_node.py index 42c0e86a4..08e9369a8 100644 --- a/basedpyright/run_node.py +++ b/basedpyright/run_node.py @@ -7,4 +7,4 @@ def run(script_name: str): - _ = node.run([Path(__file__).parent / f"{script_name}.js", *sys.argv[1:]]) + sys.exit(node.call([Path(__file__).parent / f"{script_name}.js", *sys.argv[1:]]))