|
@@ -55,7 +55,7 @@ Distributed under the terms of the Modified BSD License.
|
|
* Get the plugins for an entry point.
|
|
* Get the plugins for an entry point.
|
|
*/
|
|
*/
|
|
var getEntryPoint = function (entryPoint) {
|
|
var getEntryPoint = function (entryPoint) {
|
|
- let plugins = loader.require(entryPoint);
|
|
|
|
|
|
+ var plugins = loader.require(entryPoint);
|
|
try {
|
|
try {
|
|
plugins = loader.extractPlugins(plugins);
|
|
plugins = loader.extractPlugins(plugins);
|
|
} catch (err) {
|
|
} catch (err) {
|