strider-extension-loader
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -129,10 +129,8 @@ // | ||
function() { | ||
console.log("Looking for extensions under %s", extdir); | ||
console.log("Looking for %s-type extensions under %s", type, extdir); | ||
findExtensions(extdir, this); | ||
}, | ||
function(err, extensions) { | ||
console.log("%d extensions found", extensions.length); | ||
var group = this.group(); | ||
extensions.forEach(function(ext) { | ||
console.log("Loading extension %s", ext); | ||
var cb = group(); | ||
@@ -149,3 +147,2 @@ loadExtension(ext, function(err, res) { | ||
} | ||
console.log("%d extensions loaded", loaded.length); | ||
// now to initialize | ||
@@ -155,3 +152,2 @@ var self = this; | ||
if (l.ext === null || !l.ext[type]) { | ||
console.log("Extension in %s has no valid `%s` entrypoints", l.dir, type); | ||
return; | ||
@@ -158,0 +154,0 @@ } |
{ | ||
"name": "strider-extension-loader", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Load Strider extensions", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22071
441