mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Changed output of sleeper.
This commit is contained in:
@@ -12,5 +12,5 @@ if payload != ""
|
||||
puts "I'm awake!" # sending this to stdout for sync response
|
||||
end
|
||||
else
|
||||
STDERR.puts "ERROR: please pass in a sleep value: {\"sleep\": 5}"
|
||||
puts "ERROR: please pass in a sleep value: {\"sleep\": 5}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user