Skip to content

Commit

Permalink
Allow editing of bundled files again
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 26, 2024
1 parent 658f06e commit ba27f65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runner/openscad-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ addEventListener('message', async (e) => {
if (inputs) {
for (const source of inputs) {
try {
if (source.path.startsWith('/libraries/')) {
console.log(`Skipping ${source.path}`);
continue;
}
console.log(`Writing ${source.path}`);
instance.FS.writeFile(source.path, await fetchSource(source));
} catch (e) {
Expand Down

0 comments on commit ba27f65

Please sign in to comment.