mam 1.11.107 → 1.11.109

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
@@ -5630,7 +5630,7 @@ var $;
5630
5630
  if (errors.length)
5631
5631
  $mol_fail_hidden(new $mol_error_mix(`Build fail ${path}`, ...errors));
5632
5632
  if (bundle === 'node') {
5633
- this.$.$mol_exec(this.root().path(), 'node', '--trace-uncaught', target.relate(this.root()));
5633
+ this.$.$mol_exec(this.root().path(), 'node', '--enable-source-maps', '--trace-uncaught', target.relate(this.root()));
5634
5634
  }
5635
5635
  return [target, targetMap];
5636
5636
  }
@@ -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, {