Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp3r authored Jan 26, 2025
1 parent 41c6f86 commit c79c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _i18n/en/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rpc.exports.enumerateModules = () => {
script.on("message", on_message)
script.load()

print([m["name"] for m in script.exports_sync.enumerate_modules()])
print([m["name"] for m in script.exports.enumerate_modules())
{% endhighlight %}

If you are on GNU/Linux, issue:
Expand Down

0 comments on commit c79c1d0

Please sign in to comment.