minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-17 02:40:47 +03:00
parent b14d3c71ad
commit c06c332e23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ig-test",
"version": "1.3.5",
"version": "1.3.6",
"description": "experimental test runner....",
"main": "test.js",
"bin": {

View File

@ -532,7 +532,7 @@ argv.Parser({
k,
v.filename ?
' '.repeat(o > 0 ? o : offset)
+ `- ${ npath.relative(process.cwd(), v.filename) }: `
+ `- ${ npath.relative(process.cwd(), v.filename) }`
: '' ]
return o > 0 ?
s.join('')