mirror of https://github.com/lukechilds/node.git
Browse Source
The fs.readFile bug was hiding another bug that was causing this test to pass, even so it was broken: require.async("../fixtures/throws_error1") in test-module-loading.js This patch fixes the original test by running _compile within a try..catch block for _loadScript. _loadScriptSync also had some useless (deprecated?) code for dealing with module entry point exceptions. This code was also removed for greater clarity.v0.7.4-release
Felix Geisendörfer
15 years ago
committed by
Ryan Dahl
1 changed files with 13 additions and 15 deletions
Loading…
Reference in new issue