Await padManager.getPad in getPadLines

pull/3577/head
David Mehren 2019-03-12 18:10:24 +01:00 committed by muxator
parent 6d400050a3
commit 43c4fa9c2e
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ async function getChangesetInfo(padId, startNum, endNum, granularity)
*/
async function getPadLines(padId, revNum)
{
let pad = padManager.getPad(padId);
let pad = await padManager.getPad(padId);
// get the atext
let atext;