Skip to content

Commit 8663343

Browse files
authored
Replace npm w/ pacote. Closes #1738 (#1739)
* Replace npm w/ pacote. Closes #1738 * Remove debug logs * Error handling * update pkg lock * Add logs to debug failing tests * log worker stdout * Remove debug logs
1 parent d3be959 commit 8663343

File tree

4 files changed

+1270
-2547
lines changed

4 files changed

+1270
-2547
lines changed

bin/deepforge-extensions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ program
2020
extender.install(project)
2121
.then(extConfig =>
2222
console.log(`The ${extConfig.name} extension has been added to deepforge.`))
23-
.fail(err => {
23+
.catch(err => {
2424
console.error('Could not install extension:\n');
2525
console.error(err);
2626
process.exit(1);

0 commit comments

Comments
 (0)