mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Allow file references by basename or short path
This commit is contained in:
@@ -141,6 +141,7 @@ class LaunchScenario {
|
||||
reject(err)
|
||||
} else {
|
||||
this.filePathPool.set(filePath, fullFilePath)
|
||||
this.filePathPool.set(path.basename(filePath), fullFilePath)
|
||||
resolve()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user