Skip to content

Commit

Permalink
fix #721 - .proxy on / .proxy off commands in REPL have no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed May 7, 2024
1 parent e546856 commit d301c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class Transpiler extends EventTarget {
convertFileExtensionsToCjs(result);

try {
// eslint-disable-next-line total-functions/no-unsafe-readonly-mutable-assignment
await fs.writeFile(fullDestination, resultWithTransformedFileExtensions);
} catch {
debug("error transpiling %s", fullDestination);
Expand Down

0 comments on commit d301c9b

Please sign in to comment.