mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
893108ad11
The stack trace was missing when an error was thrown because of a missing module. This should not be the case anymore. http://code.google.com/p/phantomjs/issues/detail?id=47
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
exports.requireNonExistent = function() {
|
|
require('./non_existent');
|
|
};
|