4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
// File to eval, no error
|
|
print('Hello from test_eval1.js');
|
|
print(new Error('test error for traceback (shows filename)').stack);
|
|
123;
|