Skip to content

Commit

Permalink
Update OSL Utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Dec 11, 2024
1 parent a269c25 commit 18c5c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/OSL Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function compileCloseBrackets(OSL) {

methods[temp] = name;
if (trimmed.indexOf(",") !== -1) {
let inputs = trimmed.split(",");
let inputs = autoTokenise(trimmed, ",");
name = randomString(12);
const cur = inputs[0].trim();
if (/^\w+$/.test(cur)) {
Expand Down

0 comments on commit 18c5c7d

Please sign in to comment.