Skip to content

Commit 4cff0c5

Browse files
committed
fix(tools): windows paths
1 parent df98d48 commit 4cff0c5

File tree

1 file changed

+0
-7
lines changed
  • tools/pfe-tools/custom-elements-manifest/lib

1 file changed

+0
-7
lines changed

tools/pfe-tools/custom-elements-manifest/lib/Manifest.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,6 @@ export class Manifest {
320320
options.elementsDir,
321321
decodeURIComponent(demo.source?.href.replace(options.sourceControlURLPrefix, '') ?? ''),
322322
));
323-
console.log({
324-
filePath,
325-
rootDir: options.rootDir,
326-
elementsDir: options.elementsDir,
327-
path:
328-
decodeURIComponent(demo.source?.href.replace(options.sourceControlURLPrefix, '') ?? ''),
329-
});
330323
const [last = ''] = filePath.split(path.sep).reverse();
331324
const filename = last.replace('.html', '');
332325
const isMainElementDemo = filename === 'index';

0 commit comments

Comments
 (0)