Skip to content

Commit c096312

Browse files
committed
Fix error message
1 parent e60693f commit c096312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/storybook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function storybook(serve, options) {
9292
fs.rmSync('storybook-static.zip');
9393
})
9494
.catch(function (error) {
95-
console.log(`[smartui] Cannot upload ${dirPath}. Error: ${err.message}`);
95+
console.log(`[smartui] Cannot upload ${dirPath}. Error: ${error.message}`);
9696
fs.rmSync('storybook-static.zip');
9797
process.exit(0);
9898
});

0 commit comments

Comments
 (0)