Skip to content

Commit

Permalink
update function info
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Sep 16, 2023
1 parent cdf7d85 commit 2c3bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if (allowPowerfulInterpreter) {
"description": `Useful for running JavaScript code in node.js VM.
Input is a string of JavaScript code, output is the result of the code.
You can require node modules except fs, and use lodash directly.
You can only store variables in the "global" object for future use, like "global.hello = 'world'"`,
You can only store variables in the "global" object for future use, like "global.hello = function () {return 'hello'}"`,
"parameters": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 2c3bd91

Please sign in to comment.