Skip to content

Commit c3fbb96

Browse files
authored
fix: add debug log at dynamic import (#258)
1 parent 3a26656 commit c3fbb96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/infuse.ts

+2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ function writeExternalLocaleMessages (meta: MetaExternalLocaleMessages[], pretti
305305
function loadFormat () {
306306
let format
307307
try {
308+
debug('load @intlify/cli ...')
308309
format = require('@intlify/cli').format
310+
debug('... loaded @intlify/cli', format)
309311
} catch (e) {
310312
debug('@intlify/cli format loading error', e)
311313
}

0 commit comments

Comments
 (0)