webP7/index.js

15 lines
165 B
JavaScript
Raw Normal View History

2021-07-20 15:12:43 +02:00
'use strict'
/*function test(){
throw 'geswg';
console.log('err');
2021-07-14 18:31:10 +02:00
}
2021-07-20 15:12:43 +02:00
try {
test();
console.log('err');
} catch(err) {
console.error(err);
}*/
2021-07-14 18:31:10 +02:00