debug
This commit is contained in:
parent
950d598a54
commit
1751bf86d8
|
|
@ -83,6 +83,8 @@ export default class PageXrayPlugin extends SitespeedioPlugin {
|
|||
};
|
||||
if (!message.data) break;
|
||||
if (!config) break;
|
||||
print('A', message.data)
|
||||
print('B', config)
|
||||
const pageSummary = pagexray.convert(message.data, config);
|
||||
if (!pageSummary) break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue