mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-17 05:02:12 +02:00
Fix warnings
This commit is contained in:
parent
d57674acca
commit
4d97430d44
7 changed files with 15 additions and 18 deletions
scenes
|
@ -8,3 +8,7 @@ var output
|
|||
var exit_code
|
||||
var crash_on_fail = true
|
||||
var thread
|
||||
|
||||
func _unused():
|
||||
# This is just to suppress a warning about the signal never being emitted.
|
||||
emit_signal("done")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue