Fixed promised runners dir usage

This commit is contained in:
Observer KRypt0n_ 2021-12-24 14:37:26 +02:00
parent d0368803cc
commit 123db17f57
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -17,7 +17,7 @@ export default (launcher: Launcher): Promise<void> => {
if (runner !== null) if (runner !== null)
{ {
wineExeutable = `${constants.paths.runnersDir}/${runner.name}/${runner.files.wine}`; wineExeutable = `${await constants.paths.runnersDir}/${runner.name}/${runner.files.wine}`;
try try
{ {