You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
until either Go implements a call from syscall.StartProcess to node or we find a way to overwrite the function as //go:linkname used to do, this is blocked.
The text was updated successfully, but these errors were encountered:
unlike most syscalls which call node's
fs
andprocess
packages,syscall.StartProcess
is a stub so we can't simply mock the node packages (like #1).until either Go implements a call from
syscall.StartProcess
to node or we find a way to overwrite the function as//go:linkname
used to do, this is blocked.The text was updated successfully, but these errors were encountered: