Skip to content

Commit 18a7f12

Browse files
committed
Update worker-channel.js
1 parent 952e135 commit 18a7f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function enableWorkerLogs() {
114114
}
115115

116116

117-
if (!axios) let axios = null;
117+
if (!axios) window.axios = null;
118118

119119
axios = {
120120
'get': (url, token, noParse) => {

0 commit comments

Comments
 (0)