mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
* Callbacks from spinner now calls its own function, separate from the tickCallback logic * MakeCallback will call a domain specific function if a domain is detected * _tickCallback assumes no domains, until nextTick receives a callback with a domain. After that _tickCallback is overridden with the domain specific implementation. * _needTickCallback runs in startup() instead of nextTick (isaacs) * Fix bug in _fatalException where exit would be called twice (isaacs) * Process.domain has a default value of null * Manually track nextTickQueue.length (will be useful later) * Update tests to reflect internal api changes
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
Exiting with code=1
|
|
|
|
assert.js:*
|
|
throw new assert.AssertionError({
|
|
^
|
|
AssertionError: 1 == 2
|
|
at Object.<anonymous> (*test*message*error_exit.js:*:*)
|
|
at Module._compile (module.js:*:*)
|
|
at Object.Module._extensions..js (module.js:*:*)
|
|
at Module.load (module.js:*:*)
|
|
at Function.Module._load (module.js:*:*)
|
|
at Module.runMain (module.js:*:*)
|
|
at _tickCallback (node.js:*:*)
|
|
at process._tickFromSpinner (node.js:*:*)
|