diff options
author | isaacs <i@izs.me> | 2010-09-21 16:51:55 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-09-22 10:13:25 -0700 |
commit | dff1b5ad109113d007aca2c9a310f78129f48049 (patch) | |
tree | 383a1808cb491821c2e9cf128b659c23f0bdfba5 /test/fixtures/registerExt.hello.world | |
parent | 9922e4e433996722a76edb46d14f1729f33b4bed (diff) | |
download | node-new-dff1b5ad109113d007aca2c9a310f78129f48049.tar.gz |
Don't try to run extension loaders unless they're actually functions
Diffstat (limited to 'test/fixtures/registerExt.hello.world')
-rw-r--r-- | test/fixtures/registerExt.hello.world | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/registerExt.hello.world b/test/fixtures/registerExt.hello.world new file mode 100644 index 0000000000..0420edca79 --- /dev/null +++ b/test/fixtures/registerExt.hello.world @@ -0,0 +1 @@ +exports.test = 'passed' |