10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0abb7f commit a44d179Copy full SHA for a44d179
src/worker/helpers.go
@@ -384,8 +384,8 @@ func bringToStoppedClean(olPath string) error {
384
case Uninitialized:
385
fmt.Println("OpenLambda is not initialized. You should initialized it.")
386
return fmt.Errorf("cannot bring Uninitialized to StoppedClean")
387
- case Unknown:
388
- return fmt.Errorf("cannot bring Unknown to StoppedClean")
+ default:
+ return fmt.Errorf("Unrecognized state")
389
}
390
391
return nil
0 commit comments