Skip to content

Commit

Permalink
fix: v8_version key
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Sep 23, 2024
1 parent 39aa18c commit 95fe190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/upgrade_v8.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_latest_chrome_versions():
latest_chrome_version = get_latest_chrome_versions()
latest_v8_version = get_latest_v8_info(latest_chrome_version[0]["version"])

latest_stable_v8_version = latest_v8_version["version"]
latest_stable_v8_version = latest_v8_version["v8_version"]

if current_v8_version_installed != latest_stable_v8_version:
subprocess.check_call(["git", "fetch", "origin", latest_stable_v8_version],
Expand Down

0 comments on commit 95fe190

Please sign in to comment.