mam 1.11.788 → 1.11.789

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
@@ -15,6 +15,9 @@ module.exports = $;
15
15
  ;
16
16
 
17
17
  $node[ "../mam.ts" ] = $node[ "../mam.ts" ] = module.exports }.call( {} , {} )
18
+ ;
19
+ "use strict";
20
+
18
21
  ;
19
22
  "use strict"
20
23
 
@@ -6013,6 +6016,8 @@ var $;
6013
6016
  process.exit(0);
6014
6017
  }
6015
6018
  catch (error) {
6019
+ if ($mol_promise_like(error))
6020
+ $mol_fail_hidden(error);
6016
6021
  this.$.$mol_log3_fail({
6017
6022
  place: '$mol_build_start',
6018
6023
  message: error.message,