From cc8be3a4807139064d8da70735c88ee9b451533f Mon Sep 17 00:00:00 2001 From: BlitzOffline <52609756+BlitzOffline@users.noreply.github.com> Date: Sun, 22 Aug 2021 21:48:55 +0300 Subject: [PATCH] Updated the config options bcz they were changed in new version of the expansion. --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 05bacd3..a618f69 100644 --- a/Home.md +++ b/Home.md @@ -37,16 +37,16 @@ The configuration will look like this: ```YAML javascript: - debug: true + debug: false github_script_downloads: false - engine: javascript argument_split: ',' + use_quick_js: true ``` * `debug` - Enable/Disable debug messages printed on console * `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts) -* `engine` - Specify global engine in case of failed engine initialization -* `argument_split`: Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments) +* `argument_split` - Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments) +* `use_quick_js` Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms! ## Community Scripts