8000 build: update ng cli schema generator to correctly show errors · danielsogl/angular-cli@7ec7c19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ec7c19

Browse files
iamvasiliev143filipesilva
authored andcommitted
build: update ng cli schema generator to correctly show errors
1 parent 35bf557 commit 7ec7c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ng_cli_schema_generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if (require.main === module) {
8585
generate(inPath, outPath);
8686
} catch (error) {
8787
console.error('An error happened:');
88-
console.error(err);
8 4A2F 8+
console.error(error);
8989
process.exit(127);
9090
}
9191
}

0 commit comments

Comments
 (0)
0