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
The old code was throwing errors on unbalanced parenthesis but the new parser is ignoring the errors. I've just added this into the standard library:
(define %%start-jiffy
(truncate (*1000 (if (eq? self window)
performance.timing.navigationStart
performance.timeOrigin)))
"Constant value that indicates start jiffy of the scheme process."
and forget about closing parenthesis, and the rest of the code in the standard library just got ignored.
The text was updated successfully, but these errors were encountered:
The old code was throwing errors on unbalanced parenthesis but the new parser is ignoring the errors. I've just added this into the standard library:
and forget about closing parenthesis, and the rest of the code in the standard library just got ignored.
The text was updated successfully, but these errors were encountered: