We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ecb7 commit b30784dCopy full SHA for b30784d
1 file changed
src/viewer.js
@@ -13,7 +13,6 @@ const {open} = require('./utils');
13
const {renderViewer} = require('./template');
14
15
const projectRoot = path.resolve(__dirname, '..');
16
-const viewsRoot = path.join(projectRoot, 'views');
17
18
function resolveTitle(reportTitle) {
19
if (typeof reportTitle === 'function') {
0 commit comments