Skip to content

Commit 822a5e2

Browse files
committed
Revert "fix: init script and _modulesSet not defined"
This reverts commit 6b81208.
1 parent 6b81208 commit 822a5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/main/entrypoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ define([
147147
}
148148
module.resolveGlobal();
149149
}
150-
_modulesSet?.then(checkCustomModules, checkCustomModules);
150+
_modulesSet.then(checkCustomModules, checkCustomModules);
151151
},
152152
function (error) {
153153
Debug.error('View loading problem', error, error.stack);

0 commit comments

Comments
 (0)