mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 23:57:11 +00:00
fix(cockpit/dashboard): fix logs not in cockpit with dashboard
This commit is contained in:
parent
5c2e30c26c
commit
be3817821d
@ -102,8 +102,8 @@ class EmbarkController {
|
||||
async.waterfall([
|
||||
function initEngine(callback) {
|
||||
engine.init({}, () => {
|
||||
engine.startService("embarkListener");
|
||||
if (!options.useDashboard) {
|
||||
engine.startService("embarkListener");
|
||||
engine.logger.info('========================'.bold.green);
|
||||
engine.logger.info((__('Welcome to Embark') + ' ' + engine.version).yellow.bold);
|
||||
engine.logger.info('========================'.bold.green);
|
||||
|
Loading…
x
Reference in New Issue
Block a user