An open API service indexing awesome lists of open source software.

https://github.com/dev1an/meteor-fibers-bug

Reproduction of a bug in meteor
https://github.com/dev1an/meteor-fibers-bug

Last synced: 8 months ago
JSON representation

Reproduction of a bug in meteor

Awesome Lists containing this project

README

          

# Fibers bug
## How to reproduce

- clone this repository to your computer
- cd into the root directory of the cloned repository
- run `meteor`

## What is causing the error

line 2 of [packages/myfibers/myfibers.js](https://github.com/Dev1an/meteor-fibers-bug/blob/master/packages/myfibers/myfibers.js#L2)

### What is the `control-flow` module?
this is just a module that uses the [fibers](https://www.npmjs.com/package/fibers) module. You can replace it with any module that depends on `fibers` to reproduce this bug.