mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove log
This commit is contained in:
@@ -11,7 +11,6 @@ module.exports = (grunt) ->
|
||||
|
||||
stats = fs.lstatSync(sourcePath)
|
||||
if stats.isSymbolicLink()
|
||||
console.log sourcePath, destinationPath
|
||||
grunt.file.mkdir(path.dirname(destinationPath))
|
||||
fs.symlinkSync(fs.readlinkSync(sourcePath), destinationPath)
|
||||
else if stats.isFile()
|
||||
|
||||
Reference in New Issue
Block a user