mol_dump_lib 0.0.918 → 0.0.920

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
@@ -149,13 +149,7 @@ var $node = new Proxy({ require }, {
149
149
  target.require.resolve(name);
150
150
  }
151
151
  catch {
152
- try {
153
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
154
- }
155
- catch (e) {
156
- if ($$.$mol_promise_like(e))
157
- $$.$mol_fail_hidden(e);
158
- }
152
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
159
153
  try {
160
154
  $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
161
155
  }