ACTIVEPIECES/packages/engine/test/resources/codes/flowVersionId/runtime/index.js
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

6 lines
109 B
JavaScript
Executable File

module.exports = {
code: async (params) => {
throw new Error('Custom Runtime Error');
}
};