We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logic folder is empty when creating a .slc from a compiled template archive having logic is written in javascript.
logic
.slc
javascript
The .slc archive should have a logic/Main.js file.
logic/Main.js
The logic folder is empty.
Pick up the runtime language from package.json and pass it on to the toArchive function in contractinstance.js.
runtime
toArchive
contractinstance.js
/logic
The text was updated successfully, but these errors were encountered:
sanketshevkar
No branches or pull requests
Bug Report 🐛
logic
folder is empty when creating a.slc
from a compiled template archive having logic is written injavascript
.Expected Behavior
The
.slc
archive should have alogic/Main.js
file.Current Behavior
The logic folder is empty.
Possible Solution
Pick up the
runtime
language from package.json and pass it on to thetoArchive
function incontractinstance.js
.Steps to Reproduce
/logic
folder and it should be empty.The text was updated successfully, but these errors were encountered: