Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(compiler) Fix to logic manager for ES6 compiled archives
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Aug 19, 2020
1 parent 10c7a91 commit ce0b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ergo-compiler/lib/logicmanager.js
Expand Up @@ -201,7 +201,7 @@ class LogicManager {
const script = new Script(this, 'main.js', '.js', mainScript, null);
const contractName = script.getContractName();
if (contractName) { this.setContractName(contractName); }
scriptManager.compiledScript = script;
scriptManager.compiledModule = script;
}
}

Expand Down

0 comments on commit ce0b2c4

Please sign in to comment.