fixed missing value for the jsrender_generator.ts
parent
65ede2c6ab
commit
f7aec1ebfa
|
@ -44,7 +44,8 @@ export function generate(config: Configuration, file: File) : TranslationEntry[]
|
|||
filename: file.name,
|
||||
character: character + 1,
|
||||
line: line + 1,
|
||||
message: message
|
||||
message: message,
|
||||
type: "js-template"
|
||||
});
|
||||
|
||||
base_index += match.index + match[0].length;
|
||||
|
|
Loading…
Reference in New Issue