fix incite violence

This commit is contained in:
Olivier Gagnon
2021-10-14 23:39:30 -04:00
parent 8819042c0f
commit 89fa79c4de
5 changed files with 12 additions and 4 deletions
+2
View File
@@ -8,6 +8,8 @@ function makeScriptBlob(code: string): Blob {
return new Blob([code], { type: "text/javascript" });
}
export function compile(script: Script, scripts: Script[]): void {}
// Begin executing a user JS script, and return a promise that resolves
// or rejects when the script finishes.
// - script is a script to execute (see Script.js). We depend only on .filename and .code.