mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
Fix bug where Functions Emulator does not print full error from trigger parsing. (#490)
This commit is contained in:
@@ -187,7 +187,7 @@ FunctionsEmulator.prototype.start = function(shellMode) {
|
||||
}
|
||||
}).catch(function(e) {
|
||||
if (e) {
|
||||
utils.logWarning(chalk.yellow('functions:') + ' Error from emulator. ' + e.stack);
|
||||
utils.logWarning(chalk.yellow('functions:') + ' Error from emulator. ' + e);
|
||||
}
|
||||
return instance.stop();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user