From 9ed5fb6d2c6804a650f04f54e609a4e83833ad7e Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 24 Apr 2018 14:32:57 -0700 Subject: [PATCH] style: format code --- packages/bazel/src/ngc-wrapped/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bazel/src/ngc-wrapped/index.ts b/packages/bazel/src/ngc-wrapped/index.ts index c2241f83ff..02b9b14b04 100644 --- a/packages/bazel/src/ngc-wrapped/index.ts +++ b/packages/bazel/src/ngc-wrapped/index.ts @@ -267,7 +267,7 @@ export function compile({allowNonHermeticReads, allDepsCompiledWithBazel = true, fs.writeFileSync(bazelOpts.manifest, manifest); } } - + // If compilation fails unexpectedly, performCompilation returns no program. // Make sure not to crash but report the diagnostics. if (!program) return {program, diagnostics};