Skip to content

Commit

Permalink
Log CLI-Output
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-nehemedia authored Mar 23, 2020
1 parent 6c06a61 commit f79ef8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/MJMLService.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ public function parseCli($html = null)

// Log Cli output if in devMode
if(Craft::$app->getConfig()->general->devMode){
Craft::info($message, 'superbig\mjml');
die('Ende');
Craft::info($message, 'mjml');
}
}

Expand Down

0 comments on commit f79ef8a

Please sign in to comment.