Submit show completion

This commit is contained in:
Berkeley Martinez
2015-11-21 19:48:24 -08:00
parent 7593dc4e1b
commit fe659b20f4
5 changed files with 31 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ function run(code, cb) {
result.type = typeof codeExec;
result.output = stringify(codeExec);
} catch (e) {
err = e.mesage;
err = e.message;
}
if (err) {