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 7, 2024
1 parent b3944bd commit ba1ec68
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 @@ -594,7 +594,7 @@ class OSLUtils {

tokenise({ CODE }) {
CODE = Scratch.Cast.toString(CODE);
return JSON.stringify(tokenise(CODE));
return JSON.stringify(tokenise(CODE, " "));
}

tokeniseraw({ CODE }) {
Expand Down

0 comments on commit ba1ec68

Please sign in to comment.