Await padManager.getPad in getPadLines

This commit is contained in:
David Mehren 2019-03-12 18:10:24 +01:00 committed by muxator
parent 6d400050a3
commit 43c4fa9c2e

View file

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