fix: actually return appmetrics (#14750)

Fixes #14710
This commit is contained in:
Samuel Attard 2018-09-22 03:10:37 +12:00 committed by Charles Kerr
parent 0f8fb86e1b
commit db0384116e

View file

@ -67,6 +67,7 @@ app.getAppMetrics = () => {
deprecate.removeProperty(metric, 'memory')
}
}
return metrics
}
app.isPackaged = (() => {