Skip to content

Commit

Permalink
python moment
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 16, 2024
1 parent 3a326c3 commit e39c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basedpyright/run_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:]]))

0 comments on commit e39c17d

Please sign in to comment.