Files: d456a6cc8589489e558e6164750474ed2cfc961e / dictionary / microjob.js
406 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | patches: { |
6 | 'dist/worker-pool.js': [ |
7 | 'error.stack = message.error.stack;', |
8 | 'error.stack = message.error.stack;\n' + |
9 | 'if (error.stack.indexOf("SyntaxError") >= 0) {' + |
10 | 'error.stack = "Pkg: Try to specify your ' + |
11 | 'javascript file in \'assets\' in config.\\n" + error.stack;' + |
12 | '};' |
13 | ] |
14 | } |
15 | } |
16 | }; |
17 |
Built with git-ssb-web