We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5f443 commit e4d6d46Copy full SHA for e4d6d46
core/metadata/src/model/ModuleDescriptor.ts
@@ -21,7 +21,6 @@ export class ModuleDescriptorDumper {
21
22
static dump(desc: ModuleDescriptor) {
23
const dumpPath = ModuleDescriptorDumper.dumpPath(desc);
24
- console.log('dump path: ', dumpPath);
25
fs.mkdirSync(path.dirname(dumpPath), { recursive: true });
26
fs.writeFileSync(dumpPath, JSON.stringify(desc));
27
}
0 commit comments