6 lines
109 B
JavaScript
Executable File
6 lines
109 B
JavaScript
Executable File
module.exports = {
|
|
code: async (params) => {
|
|
throw new Error('Custom Runtime Error');
|
|
}
|
|
};
|
|
|