We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0962b commit 2ed6a96Copy full SHA for 2ed6a96
packages/agoric-cli/lib/deploy.js
@@ -207,7 +207,7 @@ export { bootPlugin } from ${JSON.stringify(absPath)};
207
// Return the bootstrap object for this plugin.
208
console.info(`Loading plugin ${JSON.stringify(pluginFile)}`);
209
return E.G(E(pluginManager).load(pluginName, pluginOpts))
210
- .bootstrap;
+ .pluginRoot;
211
} catch (e) {
212
throw Error(
213
`Cannot install unsafe plugin: ${(e && e.stack) || e}`,
0 commit comments