mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 09:27:08 +00:00
fix Done func name in handler.go
This commit is contained in:
parent
fc07f1d66e
commit
379d0120a9
@ -34,6 +34,6 @@ func Ready() {
|
||||
panic("Ready is not supported in non-JS environments")
|
||||
}
|
||||
|
||||
func WaitForCompletion() {
|
||||
panic("WaitForCompletion is not supported in non-JS environments")
|
||||
func Done() <-chan struct{} {
|
||||
panic("Done is not supported in non-JS environments")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user