Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 549d83b

Browse files
author
exoego
committed
1 parent f13aec4 commit 549d83b

File tree

1 file changed

+3
-4
lines changed
  • app/current/src/main/scala/io/scalajs/nodejs/process

1 file changed

+3
-4
lines changed

app/current/src/main/scala/io/scalajs/nodejs/process/Process.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,9 @@ trait ReleaseInfo extends js.Object {
411411
/**
412412
* Transfer Options
413413
*/
414-
@js.native
415-
trait TransferOptions extends js.Object {
416-
// TODO what are the transfer options?
417-
}
414+
class TransferOptions(
415+
var keepOpen: js.UndefOr[Boolean] = js.undefined
416+
) extends js.Object {}
418417

419418
/**
420419
* Version Information

0 commit comments

Comments
 (0)