Skip to content

Commit

Permalink
more things fixed, it's running!!! (with a big error of course)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 22, 2022
1 parent 02e9b09 commit 631795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source-loader/src/dependencies-lookup/readAsObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import injectDecorator from '../abstract-syntax-tree/inject-decorator';
import { sanitizeSource } from '../abstract-syntax-tree/generate-helpers';

function readAsObject(classLoader, inputSource, mainFile) {
const options = this.getOptions();
const options = classLoader.getOptions();
const result = injectDecorator(
inputSource,
classLoader.resourcePath,
Expand Down

0 comments on commit 631795b

Please sign in to comment.