mol_vary 0.0.82 → 0.0.84
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.deps.json +1 -1
- package/node.js +1 -7
- package/node.js.map +1 -1
- package/node.mjs +1 -7
- package/node.test.js +1619 -1625
- package/node.test.js.map +1 -1
- package/package.json +1 -2
package/node.mjs
CHANGED
|
@@ -324,13 +324,7 @@ var $node = new Proxy({ require }, {
|
|
|
324
324
|
target.require.resolve(name);
|
|
325
325
|
}
|
|
326
326
|
catch {
|
|
327
|
-
|
|
328
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
329
|
-
}
|
|
330
|
-
catch (e) {
|
|
331
|
-
if ($$.$mol_promise_like(e))
|
|
332
|
-
$$.$mol_fail_hidden(e);
|
|
333
|
-
}
|
|
327
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
334
328
|
try {
|
|
335
329
|
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
336
330
|
}
|