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
`${jobPrefix}${colors.green('✅ Done!')} Your output is in ${colors.cyanBright(outputPath)}${colors.gray(`(${fileCount} files, codegen${(codegenMs/1000).toFixed(2)}s, write ${(writeMs/1000).toFixed(2)}s)`)}`,
186
+
`${jobPrefix}${colors.green('✅ Done!')} Your output is in ${colors.cyanBright(outputPath)}${colors.gray(`(${fileCount} files in${ms(totalMs)})`)}`,
`${jobPrefix}${colors.green('✅ Done!')} Your output is in ${colors.cyanBright(outputPath)}${colors.gray(`(${fileCount} files, codegen${(codegenMs/1000).toFixed(2)}s, write ${(writeMs/1000).toFixed(2)}s)`)}`,
186
+
`${jobPrefix}${colors.green('✅ Done!')} Your output is in ${colors.cyanBright(outputPath)}${colors.gray(`(${fileCount} files in${ms(totalMs)})`)}`,
0 commit comments