git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / dictionary / microjob.js

406 bytesRaw
1'use strict';
2
3module.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