remove weird promise compat method - fixes #2024
This commit is contained in:
parent
6e539eb7e3
commit
a7ad765438
@ -676,10 +676,6 @@ export default class File {
|
||||
map: map
|
||||
};
|
||||
|
||||
result.then = function (callback) {
|
||||
callback(result);
|
||||
};
|
||||
|
||||
if (this.opts.code) {
|
||||
result.code = code;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user