File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @rootapp/dolphin ' : patch
3+ ---
4+
5+ Fixed local default config file not recognized bug
Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ async function handleExportCommand(args: CmdArgs) {
4242 logger . info ( '===================================' ) ;
4343 logger . info ( '============= Exporting ===========' ) ;
4444 logger . info ( '===================================' ) ;
45- if ( ! args . config ) {
46- spinner . fail ( chalk . red ( 'Config file path is not specified' ) ) ;
47- return ;
48- }
4945 const config = await loadConfig ( {
5046 path : args . config ,
5147 } ) ;
Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ async function handleLocalizeCommand(args: CmdArgs) {
5252 chalk . gray ( `Detailed logs directory: ${ getLogDirectory ( ) } \n` ) ,
5353 ) ;
5454 var initialStartTime = performance . now ( ) ;
55- if ( ! args . config ) {
56- spinner . fail ( chalk . red ( 'Config file path is not specified' ) ) ;
57- return ;
58- }
5955 consoleLogger . info ( `=== Step 0: Load config ===` ) ;
6056 const config = await loadConfig ( {
6157 path : args . config ,
You can’t perform that action at this time.
0 commit comments