8
supervisor/create_windows.go
Normal file
8
supervisor/create_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package supervisor
|
||||
|
||||
type platformStartTask struct {
|
||||
}
|
||||
|
||||
// Checkpoint not supported on Windows
|
||||
func (task *startTask) setTaskCheckpoint(t *StartTask) {
|
||||
}
|
||||
Reference in New Issue
Block a user