]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/messages/file-not-found.js
import 8.23.1 source
[pve-eslint.git] / eslint / messages / file-not-found.js
index 26a5d57eff7a547b4f24f3b800434f4aa9a866e4..1a62fcf96b9ef6603e13b3d860b8543f5af56fc9 100644 (file)
@@ -6,5 +6,5 @@ module.exports = function(it) {
     return `
 No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found.
 Please check for typing mistakes in the pattern.
-`.trimLeft();
+`.trimStart();
 };