Commit 93a44d52 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

src: fix deferred events not working with -e

Defer evaluation of the script for a tick.  This is a workaround for
events not firing when evaluating scripts on the command line with -e.

Fixes: https://github.com/nodejs/io.js/issues/1600
PR-URL: https://github.com/nodejs/io.js/pull/1793


Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent eb1856df
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment