Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 8280363

Browse files
authored
Merge pull request #4 from ibm-functions/0.5.2
bump to 0.5.2 composer
2 parents e5c57df + a31f86f commit 8280363

File tree

3 files changed

+1724
-2
lines changed

3 files changed

+1724
-2
lines changed

lib/create-from-source.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ exports.compileToFSM = (src, opts={}) => new Promise((resolve, reject) => {
143143
try {
144144
process.chdir(ui.findFile(dir))
145145
} catch (err) {
146+
debug('error in chdir', dir)
146147
if (dir.indexOf('@demos') >= 0 || dir.indexOf('app.asar') >= 0) {
147148
// this is probably ok, if the dir is one of our @demos
148149
console.error(err)

0 commit comments

Comments
 (0)