We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e7d4 commit 3e930b9Copy full SHA for 3e930b9
1 file changed
src/root.js
@@ -78,7 +78,7 @@ Root.prototype.load = function load(filename, options, callback) {
78
}
79
var self = this;
80
if (!callback)
81
- return util.asPromise(load, self, filename);
+ return util.asPromise(load, self, filename, options);
82
83
var sync = callback === SYNC; // undocumented
84
0 commit comments