Skip to content

Commit eb38a08

Browse files
committed
Add comments for the new spawnOptions option
1 parent d63f103 commit eb38a08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DenoWorker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ export interface DenoWorkerOptions {
142142
allowHrtime?: boolean;
143143
};
144144

145+
/**
146+
* Options used to spawn the Deno child process
147+
*/
145148
spawnOptions: SpawnOptions;
146149
}
147150

0 commit comments

Comments
 (0)