tnoonan-salesforce

Results 1 comments of tnoonan-salesforce

Same issue if I remove all notion of async... function preinstall(config: any, {plugin, tag}: {plugin: any, tag: string}) { console.log("1"); console.log("2"); throw new Error("Fail install"); } export = preinstall;