Skip to content

Commit

Permalink
Fixed module not found error for C#
Browse files Browse the repository at this point in the history
  • Loading branch information
benpturner authored and riskydissonance committed Dec 1, 2020
1 parent ec84b24 commit 1406e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poshc2/server/Tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def newTask(path):
except Exception as e:
print("Cannot find module, loadmodule is case sensitive!")
print(e)
command=""
elif task[2].startswith("run-exe Program PS "):
try:
cmd = (task[2]).replace("run-exe Program PS ", "")
Expand Down

0 comments on commit 1406e93

Please sign in to comment.