mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
add missing closing paren in emitted code
This commit is contained in:
parent
3e7d6a06f2
commit
0c84acd8ef
@ -5038,7 +5038,7 @@ var __param = this.__param || function(index, decorator) { return function (targ
|
||||
emitNodeWithoutSourceMap(e.name);
|
||||
write(`", ${setterParameterName}["`);
|
||||
emitNodeWithoutSourceMap(e.propertyName || e.name);
|
||||
write(`"];`);
|
||||
write(`"]);`);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user