You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(douban): inline normalizeText into splitDoubanTitle for page eval
splitDoubanTitle is serialized via toString() into loadDoubanMovieSubject's page.evaluate, so its closure reference to the module-level normalizeText raised ReferenceError in the browser scope and broke douban subject.
Fixes#1851
0 commit comments