-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
We're going to start using loadscript in material. For example, an exercise about search algorithms will begin with this:
await loadscript '//csp.pencilcode.net/lib/find.coffee', defer()
A couple things should be fixed:
(1) Let's shorten this line by shortening the name of the function to 'script' from 'loadscript'.
(2) When the URL is incorrect, the error message shown is incomprehensible. There should be a good error message, and it should highlight the line of code that contains the call to load the script.
Metadata
Metadata
Assignees
Labels
No labels