Skip to content

Commit 4d3f1e4

Browse files
committed
Revert "ci: break build to test ci"
This reverts commit c6a147b.
1 parent c6a147b commit 4d3f1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-native-bundle-visualizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const open = require('open');
99
const { explore } = require('source-map-explorer');
1010
const pkgJSON = JSON.parse(fs.readFileSync('./package.json'));
1111

12-
function sanitizeString2(str) {
12+
function sanitizeString(str) {
1313
return str.replace(/[^\w]/gi, '');
1414
}
1515

0 commit comments

Comments
 (0)