Sha256: 6391e1bce83f1b307393eb96e31278ac0896b5870b8b4018d3c559cf2f19fccc
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
"use strict"; module.exports = function(it) { const { pattern, globDisabled } = it; return ` No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found. Please check for typing mistakes in the pattern. `.trimLeft(); };
Version data entries
6 entries across 6 versions & 1 rubygems