Await padManager.getPad in getPadLines
This commit is contained in:
parent
6d400050a3
commit
43c4fa9c2e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue