Skip to content

Commit

Permalink
Try fixing bugs - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Jan 20, 2022
1 parent 1eab111 commit bd1af5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
16 changes: 14 additions & 2 deletions node_modules/tiddlywiki/boot/boot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions packup.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,6 @@ try {
if (mkdirsSync(OUTPUT) === false) throw new Error(`Failed to create directory ${OUTPUT}.`);
// Load plugin folders
const successPlugins = [];

console.log('.:');
console.log(fs.readdirSync('.'));
console.log('===================');
console.log('plugins:');
console.log(fs.readdirSync('./plugins'));
console.log('===================');
console.log('plugins/bimlas:');
console.log(fs.readdirSync('./plugins/bimlas'));
console.log('===================');
console.log('plugins/bimlas/kin-filter:');
console.log(fs.readdirSync('./plugins/bimlas/kin-filter'));
console.log('===================');


console.log(`Start packing up ${SOURCE.length} plugins:`);
SOURCE.forEach((plugin_source) => {
console.log(` - Packing up plugin ${plugin_source}.`);
Expand Down

0 comments on commit bd1af5d

Please sign in to comment.