mam 1.11.107 → 1.11.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -6639,7 +6639,7 @@ var $;
6639
6639
  message: 'Start',
6640
6640
  command,
6641
6641
  });
6642
- const server = $node.child_process.spawn('node', [`./${path}/-/node.js`, ...args], {
6642
+ const server = $node.child_process.spawn('node', ['--enable-source-maps', '--trace-uncaught', `./${path}/-/node.js`, ...args], {
6643
6643
  stdio: ['pipe', 'inherit', 'inherit'],
6644
6644
  });
6645
6645
  return Object.assign(server, {