catch-clause-obfuscator.js 50 B

12345
  1. try {
  2. } catch (error) {
  3. console.log(error);
  4. }