We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello -
There's an error on line 352:
var ext = sys.path.extname(file.path).trim('.')
...should be:
var ext = sys.path.extname(file.path).replace(/^\./, '')
Hello -
There's an error on line 352:
...should be: