Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Mar 14, 2018
1 parent 8fe266e commit 209881d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const hooksfiles = ['prompt.js', 'index.js'];

const prompt = (actionfolder, args) => {
const hooksfile = L.first(L.filter(L.map(hooksfiles, f => path.join(actionfolder, f)), f => fs.existsSync(f)));
console.log(hooksfile);

if (!hooksfile) {
return Promise.resolve({});
Expand Down

0 comments on commit 209881d

Please sign in to comment.