Sha256: eef985b10ade496d9774aebb95d103d4bdd6b4a688b1428b6aa2d27504cae443
Contents?: true
Size: 273 Bytes
Versions: 71
Compression:
Stored size: 273 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. `.trimStart(); };
Version data entries
71 entries across 61 versions & 3 rubygems