We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77133ba commit ed2c090Copy full SHA for ed2c090
src/source_map_support.js
@@ -97,7 +97,7 @@ WasmSourceMap.prototype.normalizeOffset = function (offset) {
97
}
98
99
var wasmSourceMapFile = '{{{ WASM_BINARY_FILE }}}.map';
100
-if (!isDataURI(wasmBinaryFile)) {
+if (!isDataURI(wasmSourceMapFile)) {
101
wasmSourceMapFile = locateFile(wasmSourceMapFile);
102
103
0 commit comments