Skip to content

Commit 4a16124

Browse files
committed
logged package path
1 parent b466330 commit 4a16124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/snippets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ module.exports = {
218218
loadPackageSnippets (callback) {
219219
const disabledPackageNames = atom.config.get('core.packagesWithSnippetsDisabled') || []
220220
const packages = atom.packages.getLoadedPackages().sort((pack, _) => {
221+
console.log(pack.path);
221222
return /\/app\.asar\/node_modules\//.test(pack.path) ? -1 : 1
222223
})
223224

0 commit comments

Comments
 (0)