Commit 74b3063
committed
fix(studio-bridge): avoid Handlebars parse error in plugin template
Handlebars interprets Luau's ~= operator followed by "{{" as its
whitespace-stripping ~{{ syntax. Build the template sentinel string
from parts so ~= is never adjacent to {{.1 parent 98233d1 commit 74b3063
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments