mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Simplify test condition.
This commit is contained in:
@@ -316,7 +316,7 @@
|
|||||||
].join('\n')));
|
].join('\n')));
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
if (amd || isJava || typeof require != 'function' || !_.isObject(require.cache)) {
|
if (!phantom) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user