Skip to content

Commit 15f3e8d

Browse files
12wrigjacopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 868228699
1 parent 52970e8 commit 15f3e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/google/javascript/jscomp/Compiler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,8 @@ private CodePrinter.SourceAndMappings toSourceAndMappings(
30643064
if (docInfo == null) {
30653065
return null;
30663066
}
3067-
return docInfo.getLicense();
3067+
String license = docInfo.getLicense();
3068+
return license;
30683069
}
30693070

30703071
/**

0 commit comments

Comments
 (0)