We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52970e8 commit 15f3e8dCopy full SHA for 15f3e8d
src/com/google/javascript/jscomp/Compiler.java
@@ -3064,7 +3064,8 @@ private CodePrinter.SourceAndMappings toSourceAndMappings(
3064
if (docInfo == null) {
3065
return null;
3066
}
3067
- return docInfo.getLicense();
+ String license = docInfo.getLicense();
3068
+ return license;
3069
3070
3071
/**
0 commit comments