Skip to content
Snippets Groups Projects
Commit ed0be1db authored by Jake Read's avatar Jake Read
Browse files

try more err correcting for filesys, and fix error in template

parent 409b5426
Branches
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ function Name() { ...@@ -108,7 +108,7 @@ function Name() {
// making sure we are clear to run, // making sure we are clear to run,
if (inA.io() && !outB.io()) { if (inA.io() && !outB.io()) {
// an input is occupied, and the exit path is empty // an input is occupied, and the exit path is empty
let output = internalFunc(this.inputs.a.get()) let output = internalFunc(inA.get())
// put 'er there // put 'er there
outB.put(output) outB.put(output)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment