Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jul 30, 2024
1 parent 40f2fff commit 3ed0eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WorkerTerminal implements IWorkerTerminal {
async start(): Promise<void> {
this._shell = new Shell({
mountpoint: this._mountpoint,
outputCallback: this.output.bind(this),
outputCallback: this.output.bind(this)
});
const { FS, PATH, ERRNO_CODES } = await this._shell.initFilesystem();

Expand Down

0 comments on commit 3ed0eee

Please sign in to comment.