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 8f12e8f commit 7e43c9aCopy full SHA for 7e43c9a
generators/app/index.js
@@ -39,7 +39,6 @@ function getModuleDir() {
39
function getLanguages() {
40
const languagesPath = join(hljsDir, 'src', 'languages');
41
42
- console.log(languagesPath);
43
return globby(`${languagesPath}/*.js`).then( longPaths => {
44
const languages = longPaths.map( longPath => {
45
return basename(longPath, '.js');
0 commit comments