From d7be4000f365e940a182eb6b1a32c765d025f689 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Sat, 14 Nov 2020 16:31:16 +0800 Subject: [PATCH] Remove -hide_banner in default option --- src/config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.js b/src/config.js index 88120fe..9baf464 100644 --- a/src/config.js +++ b/src/config.js @@ -6,8 +6,6 @@ module.exports = { '-nostdin', /* Force to override output file */ '-y', - /* Not to output banner */ - '-hide_banner', ], baseOptions: { /* Flag to turn on/off log messages in console */