Fix tokenize
This commit is contained in:
@@ -66,7 +66,7 @@ export function formatSubSkillInfo({
|
||||
|
||||
export function replaceNewLine(value: string) {
|
||||
if (value == null) {
|
||||
value = ''
|
||||
return ''
|
||||
}
|
||||
return value.replace(/\\n/g, '\n')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user