mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 17:27:54 -05:00
Fix comment
This commit is contained in:
@@ -2102,7 +2102,7 @@ namespace ts {
|
||||
}
|
||||
else {
|
||||
for (const sourceFile of (sourceFileOrBundle as Bundle).sourceFiles) {
|
||||
// Emit only the first Shebang with encounter
|
||||
// Emit only the first encountered shebang
|
||||
if (emitShebangInSourceFile(sourceFile)) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user