mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove catch
This commit is contained in:
@@ -839,8 +839,6 @@ describe "PackageManager", ->
|
||||
fs.mkdirSync(autocompleteCSSPath)
|
||||
fs.writeFileSync(path.join(autocompleteCSSPath, 'package.json'), '{}')
|
||||
fs.symlinkSync(path.join(fixturePath, 'package-with-main'), autocompletePlusPath, 'dir')
|
||||
catch e
|
||||
undefined
|
||||
|
||||
expect(fs.isDirectorySync(autocompleteCSSPath)).toBe true
|
||||
expect(fs.isSymbolicLinkSync(autocompletePlusPath)).toBe true
|
||||
|
||||
Reference in New Issue
Block a user