Skip to content

Commit

Permalink
Added Copilot export specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmavrid committed Aug 28, 2023
1 parent 0f8e150 commit a451198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fret-electron/model/FretModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ export default class FretModel {
contract.modes.forEach(function(mode) {
contract.assignments.push(mode.assignment);
});
// KT todo fix this archive.append(ejsCacheCoPilot.renderCoPilotSpec().contract.complete(contract), {name: contract.componentName+'.json'})
archive.append(ejsCacheCoPilot.renderCoPilotSpec().contract.complete(contract), {name: contract.componentName+'.json'})
}
// finalize the archive (ie we are done appending files but streams have to finish yet)
archive.finalize();
Expand Down

0 comments on commit a451198

Please sign in to comment.