rynop / dynamodb-local

A wrapper for AWS DynamoDB Local, intended for use in testcases
MIT License
53 stars 30 forks source link

Fix invalid stdio #45

Closed shishkin closed 1 year ago

shishkin commented 2 years ago

Spawn fails in vitest worker threaded environment.

This fix implements suggestion from vitest: https://github.com/vitest-dev/vitest/issues/1544#issuecomment-1193938332

rynop commented 2 years ago

Is bumping min node.js ver required? that's a pretty big change.

shishkin commented 2 years ago

Is bumping min node.js ver required? that's a pretty big change.

That's the version isMainThread is available from.

rynop commented 1 year ago

Fixed by https://github.com/rynop/dynamodb-local/pull/46