We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc168e3 commit cdd1c19Copy full SHA for cdd1c19
lib/grunt/file.js
@@ -383,7 +383,7 @@ file.isLink = function() {
383
var filepath = path.join.apply(path, arguments);
384
try {
385
return fs.lstatSync(filepath).isSymbolicLink();
386
- } catch(e) {
+ } catch (e) {
387
if (e.code === 'ENOENT') {
388
// The file doesn't exist, so it's not a symbolic link.
389
return false;
0 commit comments