Skip to content

Commit ed2c090

Browse files
authored
Fix copy-paste typo wasmBinaryFile -> wasmSourceMapFile. (#21480)
1 parent 77133ba commit ed2c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source_map_support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ WasmSourceMap.prototype.normalizeOffset = function (offset) {
9797
}
9898

9999
var wasmSourceMapFile = '{{{ WASM_BINARY_FILE }}}.map';
100-
if (!isDataURI(wasmBinaryFile)) {
100+
if (!isDataURI(wasmSourceMapFile)) {
101101
wasmSourceMapFile = locateFile(wasmSourceMapFile);
102102
}
103103

0 commit comments

Comments
 (0)