Cleanup
parent
91d9893c3a
commit
682e62cb01
File diff suppressed because one or more lines are too long
|
@ -96,7 +96,7 @@ class ResultsCheck {
|
||||||
Handlebars.registerHelper('indent', toIndent =>
|
Handlebars.registerHelper('indent', toIndent =>
|
||||||
toIndent
|
toIndent
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.map(s => ` ${s}`)
|
.map(s => ` ${s.replace('/github/workspace/', '')}`)
|
||||||
.join('\n'),
|
.join('\n'),
|
||||||
);
|
);
|
||||||
const source = await fs.promises.readFile(viewPath, 'utf8');
|
const source = await fs.promises.readFile(viewPath, 'utf8');
|
||||||
|
|
Loading…
Reference in New Issue