pass { module } instead of module

Co-Authored-By: FranckFreiburger <FranckFreiburger@users.noreply.github.com>
This commit is contained in:
Tobias Koppers 2018-10-31 09:21:03 +01:00 committed by GitHub
parent a093cfa158
commit 7dc8e519f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class RuntimeValue {
}
}
return this.fn(parser.state.module);
return this.fn({ module: parser.state.module });
}
}