We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60693f commit c096312Copy full SHA for c096312
commands/storybook.js
@@ -92,7 +92,7 @@ async function storybook(serve, options) {
92
fs.rmSync('storybook-static.zip');
93
})
94
.catch(function (error) {
95
- console.log(`[smartui] Cannot upload ${dirPath}. Error: ${err.message}`);
+ console.log(`[smartui] Cannot upload ${dirPath}. Error: ${error.message}`);
96
97
process.exit(0);
98
});
0 commit comments