Skip to content

Commit 99df4ae

Browse files
committed
Fix librariesSupplier in compileStandardWrapper
1 parent fcf0ecf commit 99df4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function setupMethods (soljson) {
156156
}
157157

158158
function librariesSupplied (input) {
159-
if (input['settings'] !== null) {
159+
if (input['settings']) {
160160
return input['settings']['libraries'];
161161
}
162162
}

0 commit comments

Comments
 (0)