mixdown-server
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -29,3 +29,3 @@ var util = require('util'), | ||
var emitError = function() { | ||
var msg = _.map(err, function(e) { return e.message; }).join('\\n'); | ||
var msg = _.map(err, function(e) { return e.message + ' ' + e.stack; }).join('\\n'); | ||
app.emit('error', new Error('Could not load plugin: ' + p.module + ', ' + msg)); | ||
@@ -32,0 +32,0 @@ }; |
{ | ||
"name": "mixdown-server", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "description": "Simple server for activiting a site.", |
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
33287