@ -88,6 +88,8 @@ export class TruffleClient extends PluginClient {
}
this.watcher.on('change', async (f: string) => processArtifact())
this.watcher.on('add', async (f: string) => processArtifact())
// process the artifact on activation
processArtifact()
} catch (e) {
console.log(e)