Skip to content

Commit b98a661

Browse files
committed
Update TODO
1 parent 378b556 commit b98a661

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@ ipcMain.on('render-heightmap', (event,arg,replychan) => {
183183
if (arg.bottom) opts.push('--bottom');
184184

185185
opts.push(arg.stl);
186-
// TODO: write outputs to project folder; also, write to a
187-
// temporary file until successful, then move to the project
188-
// folder
186+
// TODO: write to a temporary file until successful, then move to the
187+
// project folder
189188
console.log(opts);
190189
let render = spawn(path.join(__dirname,'bin/pngcam-go-render'), opts);
191190
running = render;

0 commit comments

Comments
 (0)