mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Print trace on error in webapp boilerplate
This commit is contained in:
@@ -713,7 +713,7 @@ var runWebAppServer = function () {
|
||||
try {
|
||||
boilerplate = getBoilerplate(request, archKey);
|
||||
} catch (e) {
|
||||
Log.error("Error running template: " + e);
|
||||
Log.error("Error running template: " + e.stack);
|
||||
res.writeHead(500, headers);
|
||||
res.end();
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user