@phosphor/application
Advanced tools
Comparing version 0.1.2 to 0.1.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/*----------------------------------------------------------------------------- | ||
@@ -290,3 +291,6 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
var promises = startups.map(function (id) { | ||
return _this.activatePlugin(id).catch(console.error); | ||
return _this.activatePlugin(id).catch(function (error) { | ||
console.error("Plugin '" + id + "' failed to activate."); | ||
console.error(error); | ||
}); | ||
}); | ||
@@ -293,0 +297,0 @@ // Wait for the plugins to activate, then finalize startup. |
{ | ||
"name": "@phosphor/application", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "PhosphorJS - Pluggable Application", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30978
839
0