Allow file references by basename or short path

This commit is contained in:
Ash Wilson
2019-04-16 16:00:31 -04:00
parent f0dc842293
commit a53398daf7

View File

@@ -141,6 +141,7 @@ class LaunchScenario {
reject(err)
} else {
this.filePathPool.set(filePath, fullFilePath)
this.filePathPool.set(path.basename(filePath), fullFilePath)
resolve()
}
})