You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`No workflow data directory found in "${cwd}". Have you run any workflows yet?`
115
-
);
116
-
logger.warn(
117
-
`\nCheck whether your data is in any of:\n${possibleWorkflowDataPaths.map((p: string)=>` ${cwd}/${p}${repoRoot&&repoRoot!==cwd ? `\n ${repoRoot}/${p}` : ''}`).join('\n')}\n`
118
-
);
119
-
thrownewError('No workflow data directory found');
111
+
constmessage=`No workflow data directory found in "${cwd}". Have you run any workflows yet?`;
0 commit comments