mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:56:29 +02:00
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
/* eslint-env node */
|
|
module.exports = "n/a";
|
|
throw new Error('exception on line 2');
|
|
|