mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 02:41:56 +00:00
Replace default source code with error message
This commit is contained in:
parent
0d6c0f647c
commit
c46f5a3458
@ -18,7 +18,7 @@ import { ProcessManagerService } from '../services/processmanager.service';
|
||||
|
||||
const modelist = brace.acequire('ace/ext/modelist');
|
||||
|
||||
const defaultSourceCode = `alert( 'Hello, world!' );`;
|
||||
const defaultSourceCode = 'Oops! Something went wrong :(';
|
||||
const autosave_interval = 10000;
|
||||
|
||||
@Component({
|
||||
|
Loading…
Reference in New Issue
Block a user