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

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

parent ed0be1db
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ function Name() { ...@@ -63,7 +63,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