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
- Host: GitHub
- URL: https://github.com/dev1an/meteor-fibers-bug
- Owner: Dev1an
- Created: 2015-03-01T22:06:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T08:24:45.000Z (about 11 years ago)
- Last Synced: 2025-10-05T23:44:21.629Z (9 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.