Skip to content

Commit 45bf4fc

Browse files
committed
fixing file paths
1 parent 270736b commit 45bf4fc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/stable/lib/globals.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (
5151
type: 'SET_TEXT_DECODER',
5252
payload: TextDecoder,
5353
location: {
54-
filepath: 'azle/src/stable/lib/global.ts',
54+
filepath: 'azle/src/stable/lib/globals.ts',
5555
functionName: ''
5656
}
5757
});
@@ -60,7 +60,7 @@ if (
6060
type: 'SET_TEXT_ENCODER',
6161
payload: TextEncoder,
6262
location: {
63-
filepath: 'azle/src/stable/lib/global.ts',
63+
filepath: 'azle/src/stable/lib/globals.ts',
6464
functionName: ''
6565
}
6666
});
@@ -125,7 +125,7 @@ if (
125125
}
126126
},
127127
location: {
128-
filepath: 'azle/src/stable/lib/global.ts',
128+
filepath: 'azle/src/stable/lib/globals.ts',
129129
functionName: ''
130130
}
131131
});
@@ -140,7 +140,7 @@ if (
140140
info: log
141141
},
142142
location: {
143-
filepath: 'azle/src/stable/lib/global.ts',
143+
filepath: 'azle/src/stable/lib/globals.ts',
144144
functionName: ''
145145
}
146146
});
@@ -150,7 +150,7 @@ if (
150150
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
151151
payload: 'fetch',
152152
location: {
153-
filepath: 'azle/src/stable/lib/global.ts',
153+
filepath: 'azle/src/stable/lib/globals.ts',
154154
functionName: ''
155155
}
156156
});
@@ -159,7 +159,7 @@ if (
159159
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
160160
payload: 'Buffer',
161161
location: {
162-
filepath: 'azle/src/stable/lib/global.ts',
162+
filepath: 'azle/src/stable/lib/globals.ts',
163163
functionName: ''
164164
}
165165
});
@@ -168,7 +168,7 @@ if (
168168
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
169169
payload: 'window',
170170
location: {
171-
filepath: 'azle/src/stable/lib/global.ts',
171+
filepath: 'azle/src/stable/lib/globals.ts',
172172
functionName: ''
173173
}
174174
});
@@ -177,7 +177,7 @@ if (
177177
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
178178
payload: 'global',
179179
location: {
180-
filepath: 'azle/src/stable/lib/global.ts',
180+
filepath: 'azle/src/stable/lib/globals.ts',
181181
functionName: ''
182182
}
183183
});
@@ -186,7 +186,7 @@ if (
186186
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
187187
payload: 'self',
188188
location: {
189-
filepath: 'azle/src/stable/lib/global.ts',
189+
filepath: 'azle/src/stable/lib/globals.ts',
190190
functionName: ''
191191
}
192192
});
@@ -195,7 +195,7 @@ if (
195195
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
196196
payload: 'URL',
197197
location: {
198-
filepath: 'azle/src/stable/lib/global.ts',
198+
filepath: 'azle/src/stable/lib/globals.ts',
199199
functionName: ''
200200
}
201201
});
@@ -204,7 +204,7 @@ if (
204204
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
205205
payload: 'WebAssembly',
206206
location: {
207-
filepath: 'azle/src/stable/lib/global.ts',
207+
filepath: 'azle/src/stable/lib/globals.ts',
208208
functionName: ''
209209
}
210210
});
@@ -213,7 +213,7 @@ if (
213213
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
214214
payload: 'setTimeout',
215215
location: {
216-
filepath: 'azle/src/stable/lib/global.ts',
216+
filepath: 'azle/src/stable/lib/globals.ts',
217217
functionName: ''
218218
}
219219
});
@@ -222,7 +222,7 @@ if (
222222
type: 'SET_GLOBAL_EXPERIMENTAL_ERROR_PROPERTY',
223223
payload: 'clearTimeout',
224224
location: {
225-
filepath: 'azle/src/stable/lib/global.ts',
225+
filepath: 'azle/src/stable/lib/globals.ts',
226226
functionName: ''
227227
}
228228
});

0 commit comments

Comments
 (0)