Skip to content

Commit 354da63

Browse files
committed
man would it be nice if you could just not specify the message for commits in vscode
1 parent 0707922 commit 354da63

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

LinkRepos/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"markdown": "/home/godlsayerakp/Documents/repos/PenguinMod/PenguinMod-MarkDown",
44
"packager": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-packager",
55
"audio": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-audio",
6-
"blocks": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-blocks",
76
"paint": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-paint",
87
"parser": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-parser",
98
"render": "/home/godlsayerakp/Documents/repos/PenguinMod/scratch-render",

LinkRepos/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const ittr = async entry => {
4343
const name = match[3].toLowerCase()
4444
return [name, conf[name], package[0]]
4545
})
46+
.filter(([_, path]) => path)
4647

4748
for (const dep of dependencies) {
4849
const [name, src, module] = dep

0 commit comments

Comments
 (0)