@@ -324,7 +324,7 @@ function containsSkippedContent(localOutputPath: string): boolean {
|
||||
// if the path is empty means that there is a file skipped in the root
|
||||
// if the path starts with a separator it means that the root directory has been skipped
|
||||
// if the path includes // means that there is a subdirectory skipped
|
||||
// All paths returned are considered with / seperator because of globby returning the linux seperator for all os'.
|
||||
// All paths returned are considered with / separator because of globby returning the linux separator for all os'.
|
||||
return (
|
||||
localOutputPath === '' ||
|
||||
localOutputPath.startsWith('/') ||
|
||||
|
||||
@@ -48,7 +48,7 @@ export interface FactRetrieverEngine {
|
||||
* Schedules fact retriever run cycles based on configuration provided in the registration.
|
||||
*
|
||||
* Default implementation uses backend-tasks to handle scheduling. This function can be called multiple
|
||||
* times, where initial calls schedule the tasks and subsequents invocations update the schedules.
|
||||
* times, where initial calls schedule the tasks and subsequent invocations update the schedules.
|
||||
*/
|
||||
schedule(): Promise<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user