fix(source-maps): adjusted variable name

This commit is contained in:
Gabriel Grubba
2022-08-11 13:50:54 -03:00
parent 911fdf857a
commit a946955445

View File

@@ -20,7 +20,7 @@ selftest.define("source maps from checkout", ['checkout'], function () {
var index = (process.platform === 'win32') ? 2 : 1;
const sourceMap = e.stack.split(":")[index];
const result = (sourceMap === "17" || sourceMap === "18");
selftest.expectEqual(r, true);
selftest.expectEqual(result, true);
}
});