mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Add a mutex and fix the length in the net-test script
This commit is contained in:
parent
1b7bb246d1
commit
16edb843b7
5 changed files with 63 additions and 39 deletions
scenes
|
@ -44,6 +44,8 @@ func send(text):
|
|||
var shell_command = ShellCommand.new()
|
||||
shell_command.command = text
|
||||
shell_command.output = response
|
||||
print("response:")
|
||||
print(response)
|
||||
shell_command.exit_code = exit_code
|
||||
return shell_command
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue