mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-29 20:11:18 +00:00
Fix mistypo
This commit is contained in:
parent
bee2be97a9
commit
7e29cc649f
|
|
@ -124,7 +124,7 @@ namespace WelsonJS.Launcher
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// try to validate GUID
|
// check if the working directory exists
|
||||||
if (Directory.Exists(workingDirectory))
|
if (Directory.Exists(workingDirectory))
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("GUID validation failed. Directory already exists.");
|
throw new InvalidOperationException("GUID validation failed. Directory already exists.");
|
||||||
|
|
@ -139,7 +139,7 @@ namespace WelsonJS.Launcher
|
||||||
// follow the sub-directory
|
// follow the sub-directory
|
||||||
workingDirectory = Program.GetWorkingDirectory(instanceId, true);
|
workingDirectory = Program.GetWorkingDirectory(instanceId, true);
|
||||||
|
|
||||||
// Run the appliction
|
// Run the application
|
||||||
Program.RunCommandPrompt(workingDirectory, entryFileName, scriptName, cbUseSpecificScript.Checked, cbInteractiveServiceApp.Checked);
|
Program.RunCommandPrompt(workingDirectory, entryFileName, scriptName, cbUseSpecificScript.Checked, cbInteractiveServiceApp.Checked);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user