You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Talos910 Do you know of any examples where this can ruin handlers? If not, I prefer to have it formatted like this, so that the handlers are easier to read
When we upload an handler, it seems it auto-format the variables, meaning variable between single quotes becomes double quotes every time.
example with tiny tina's wonderland:
We upload:
var EpicArgs = 'PREFLIGHT_SCRIPT_WILL_REPLACE';
It becomes:
var EpicArgs = "PREFLIGHT_SCRIPT_WILL_REPLACE";
The text was updated successfully, but these errors were encountered: