Skip to content

Commit 506d864

Browse files
Use '--pretty' on our builds.
1 parent 778ec18 commit 506d864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ var builtLocalCompiler = path.join(builtLocalDirectory, compilerFilename);
225225
function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOutFile, generateDeclarations, outDir, preserveConstEnums, keepComments, noResolve, stripInternal, callback) {
226226
file(outFile, prereqs, function() {
227227
var compilerPath = useBuiltCompiler ? builtLocalCompiler : LKGCompiler;
228-
var options = "--module commonjs --noImplicitAny --noEmitOnError";
228+
var options = "--module commonjs --noImplicitAny --noEmitOnError --pretty";
229229

230230
// Keep comments when specifically requested
231231
// or when in debug mode.

0 commit comments

Comments
 (0)