File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1588,6 +1588,8 @@ function get_content_and_filename(
15881588 base ,
15891589 filename
15901590) {
1591+ console . log ( filename , filename . replace ( / ^ @ s v e l t e j s \/ / , "" ) ) ;
1592+ console . log ( "\n" ) ;
15911593 return new Promise ( async ( rs , rj ) => {
15921594 try {
15931595 const content = await fs$1 . promises . readFile ( path__namespace . join ( base , filename ) , fs_opts ) ;
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ function get_content_and_filename(
1313 base : string ,
1414 filename : string
1515) : Promise < [ string , string ] > {
16+ console . log ( filename , filename . replace ( / ^ @ s v e l t e j s \/ / , "" ) ) ;
17+ console . log ( "\n" ) ;
1618 return new Promise ( async ( rs , rj ) => {
1719 try {
1820 const content = await fs . readFile ( path . join ( base , filename ) , fs_opts ) ;
You can’t perform that action at this time.
0 commit comments