Skip to content

Commit dadb04d

Browse files
committed
use error (lint)
1 parent df0c3af commit dadb04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/pack-courses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function packCourses(options: PackCoursesOptions): Promise<void> {
5252
const manifest = JSON.parse(manifestContent);
5353
courseTitle = manifest.courseName || manifest.courseConfig?.name || courseId;
5454
} catch (error) {
55-
console.warn(chalk.yellow(`⚠️ Could not read manifest for course title, using courseId`));
55+
console.warn(chalk.yellow(`⚠️ Could not read manifest for course title, using courseId`), error);
5656
}
5757

5858
// Create course-level skuilder.json

0 commit comments

Comments
 (0)